Skip to content
New issue

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

how can we upload resumeable videos using this library. #132

Open
usamamashkoor opened this issue Feb 7, 2018 · 3 comments
Open

how can we upload resumeable videos using this library. #132

usamamashkoor opened this issue Feb 7, 2018 · 3 comments

Comments

@usamamashkoor
Copy link

Hi i am new to node js can some one let me know how can i do resume able video uploads to facebook using node js.

i have tried to search the documentation but could not find anything related to this.

Thanks

@dantman
Copy link

dantman commented Feb 7, 2018

Please read Facebook's documentation on how to use their Graph API:
https://developers.facebook.com/docs/graph-api/video-uploads

This library just lets you make API calls to the Graph API, it doesn't document the Graph API itself.

Although looking at the documentation, there might be a problem in that the library doesn't currently have a way to make a call to graph-video.facebook.com instead of graph.facebook.com.

@usamamashkoor
Copy link
Author

Thanks @dantman for quick reply can you please suggest a way in which i can make call to graph-video.facebook.com using your library.

@dantman
Copy link

dantman commented Feb 7, 2018

That would require a change to the library's API. Right now I'm not sure what that interface should look like. Facebook's Client Side JS SDK doesn't support that to my knowledge so it's hard to decide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants