Added graph-video option#185
Conversation
|
Not sure I like the videoGraph option. This seems like something that would be better as part of the path arg to the api function. So you don't need two entirely separate SDK instances to make video and non-video API requests. |
|
You don't need two separate instances, you just have to switch the option before making the API request. Its not the most elegant way, I have to admit. |
API requests are async. So that is just begging for race condition based bugs.
Yeah, I'd prefer some way of sending a request to the video api using the first arg to the method. Maybe a Thinking about it |
Added the graphVideo option for uploading video material to the graph-video.facebook.com endpoint.
Example: