curl --location 'https://graph-video.facebook.com/v19.0/MY_PAGE_ID/videos' \
--form 'upload_phase="start"' \
--form 'access_token="MY_ACCESS_TOKEN" \
--form 'file_size="MY_FILE_SIZE"'
Here is the error I get
{
"error": {
"message": "(#100) No permission to publish the video",
"type": "OAuthException",
"code": 100,
"fbtrace_id": "MY_ERROR_TRACE_ID"
}
}
Here are the permissions I have on the access token- read_insights publish_video catalog_management pages_show_list ads_management ads_read business_management instagram_basic instagram_manage_comments instagram_manage_insights instagram_content_publish instagram_manage_messages pages_read_engagement pages_manage_metadata pages_manage_ads instagram_shopping_tag_products instagram_manage_events
Thanks for your time.
Hi! I have the same problem, have you found a solution? thanks