Publish to current users wall?
I wrote a small Facebook Ap[p in PHP and would like to be able to post a message to the current user's Facebook wall. The app is set to use FBML. How would I do 开发者_如何学运维this?
Use stream.publish
. http://developers.facebook.com/docs/reference/rest/stream.publish
There are lots of options you can pass into it. The most important one to learn to use correctly is the Attachment, which is how you set the description, body, and image associated with a wall post: http://developers.facebook.com/docs/guides/attachments
精彩评论