Using the Facebook PHP SDK, what steps do I need to take to allow a user to post to their Facebook wall from another website?
For example:
- User logs in to external website
- User creates a post
- User clicks ‘Push to Facebook’ before submitting
- Summarized post appears on Facebook wall (Soandso just posted to mysite.com/entry/page! something like that)
As far as I know, you have two options available:
/feed. (Scroll down to publishing.) This method will require an install and additional permissions, but should let you post without user intervention and should still let you alter the content however you want. You can even ask foroffline_accessand post it later if you want. This will also let you populate themessageparameter, or the status of the post, something which Facebook recently deprecated in the dialogs.