How to post a message on the wall of facebook or add comment to the thread using a graph api.I want a url of that. like for adding a message to wall https://graph.facebook.com/profile_id/feed?access_token=generated token&message=hi But it not working ,it not get added to my 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.
|
|
|
You need to add |
|||
|
|
https://graph.facebook.com/user_id/feed?method=post&message=hi&access_token=generatedtoken.. will work instead of profile id give the user id Hope this will work |
||||
|
|