I have developed an application for facebook. I want to post a video on the users wall using the graph API. What can I do to publish video on facebook wall?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Recently i have to do the same thing and to do it is very simple. The parameters you must use are:
And no more, so if you use the graph api you the url will be like: https://graph.facebook.com/userID/feed?access_token=&source=urlencode (url/to/swf)&picture=url/to/picture&link=url/to/web Hope it will help. |
|||
|
|
|
As of April 2011, Facebook has added the ability to upload videos through the new graph API: |
|||
|
|