How do I post to friend's wall using PHP Graph API? I got some javascript solutions. But I need PHP ones. Thank you.
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.
|
|
|
Check the documentation here http://developers.facebook.com/docs/reference/api/post/. Try |
|||
|
|
|
it requires few things Create a Facebook Application: FB Documentation Request extended permissions to access a user's photos and their friend's photos Facebook Auth / Permissions FQL + JSDK to request the data JSDK Doc
|
|||