-1

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?

Kara
  • 6,115
  • 16
  • 50
  • 57
Zac Brown
  • 5,905
  • 19
  • 59
  • 107

1 Answers1

1

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

Raphomet
  • 3,589
  • 1
  • 23
  • 12