4. Publish Reel
POST https://graph.facebook.com/{{api_version}}/me/video_reels?access_token={{page_access_token}}&video_id={{video_id}}&upload_phase=finish&video_state=PUBLISHED&description=Description text goes here&title=Title goes here
Ends the upload phase to start assembling and encoding the video. You can also customize the reel with the optional parameters.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| access_token | string | ||
| video_id | string | ||
| upload_phase | string | Signal to finish the upload phase | |
| video_state | string | Possible values: DRAFT, SCHEDULED, PUBLISHED | |
| description | string | Optional | |
| title | string | Optional | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| User-Agent | string | 
RESPONSES
status: OK
{"success":true}