I'm trying to use facebook-graph-api-v2.6 to upload video in mp4 format supplying source equal to the link of the video where it has been upload to a web server but I'm getting this error
{
"error": {
"message": "There was a problem uploading your video file. Please try again.",
"type": "OAuthException",
"code": 390,
"error_subcode": 1363030,
"is_transient": true,
"error_user_title": "Video Upload Time Out",
"error_user_msg": "Your video upload timed out before it could be completed. This is probably because of a slow network connection or because the video you're trying to upload is too large. Please try again.",
"fbtrace_id": "BjhWMaUVuR1"
}
}