2.B Upload Hosted Reel
POST https://rupload.facebook.com/video-upload/{{api_version}}/{{video_id}}
This method is used when the video source is hosted on a CDN. The video link must be included in the file_url header.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Authorization | string | ||
| file_url | string | Replace with your own web hosted video URL | |
| User-Agent | string | 
RESPONSES
status: OK
{"success":true}