We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I send a video stored on my computer to the facebook action
curl -X POST -H "Content-Type: multipart/form-data" -F "message=test" -F "media=@video.mp4" "http://localhost:6060/api/v1/actions/facebook"
The video seems to upload to facebook, but when I check on my wall, only the message is displayed.
The text was updated successfully, but these errors were encountered:
Reading through : https://developers.facebook.com/docs/graph-api/video-uploads and https://developers.facebook.com/docs/graph-api/reference/video I'm wondering if we should not try to upload by chunk like here : https://github.com/MRdotB/facebook-api-video-upload/blob/master/index.js or there http://stackoverflow.com/a/42735040/632926
Any ways, let's try this various solutions.
Sorry, something went wrong.
No branches or pull requests
When I send a video stored on my computer to the facebook action
The video seems to upload to facebook, but when I check on my wall, only the message is displayed.
The text was updated successfully, but these errors were encountered: