I'd like to post a video from url to my Facebook page. Is there any way for it, I already be able to post Images but seems like it's no way for video?
Asked
Active
Viewed 240 times
1 Answers
0
I'd like to post a video from url to my Facebook page. Is there any way for it, I already be able to post Images but seems like it's no way for video?
That is correct, videos can not be uploaded by specifying a video URL.
You need to perform an actual HTTP upload in multipart/form-data
format.

misorude
- 3,381
- 2
- 9
- 16
-
Can you give me more detail to go, I got stuck all day for it til now. Thanks ^ – Tri nguyen minh Nov 02 '18 at 08:03
-
What research have you done so far on this, what have you tried? https://stackoverflow.com/questions/12385179/how-to-send-a-multipart-form-data-with-requests-in-python, https://docs.djangoproject.com/en/2.1/topics/http/file-uploads/ should help get you started. – misorude Nov 02 '18 at 08:16