UploadVideo
Post a video to a user, page, group or event.
Input
Name | Type | Description |
URL | String | An accessible URL the video will be downloaded from and then posted to the target. You need to specify either this field or FileSource. |
FileSource | String | The complete filepath of the video to be uploaded. You need to specify either this field or URL. |
Target | String | The Id of the Facebook object the video will be posted to. The object can be a user, page, group or event Id. If this target is not specified the video will be posted to the logged user's timeline.
The default value is me. |
Title | String | The title to be assigned to the video post. |
Description | String | Provide a description for the new post. |
Result Set Columns
Name | Type | Description |
Id | String | The Id of the video in the target's video collection. |