uploading mp4 video using curl to facebook
问题 I have a simple bot in my facebook website, I want to upload mp4 video so that I can use it to my bot according to this doc upload via url here is what I have done so far. curl -X POST -H "Content-Type: application/json" -d '{ { "message":{ "attachment":{ "type":"video", "payload":{ "is_reusable": true, "url":"https://cdn-b-east.streamable.com/video/mp4/ll7ht.mp4?token=3Oue4umXi5OZYxVcpgh61w&expires=1546136854" } } } } }' "https://graph.facebook.com/v2.6/me/messenger_profile?access_token=MY