开发者

Publish to current users wall?

开发者 https://www.devze.com 2023-01-18 08:06 出处:网络
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.publi

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

0

精彩评论

暂无评论...
验证码 换一张
取 消