publish message to facebook fan page
i want to publish message to my facebook fan page from my web site. any user can write message to me on my website and when click on publish mes开发者_开发知识库sage needs to appear on my facebook fan page wall is it possible with PHP ?? if so please guide me?
You can use the Facebook API to post on pages' feeds, just like if they were users.
The
feed
connection corresponds to the Page's Wall. You can create a link, post or status message by issuing an HTTP POST request to the PAGE_ID/feed connection.
Source: https://developers.facebook.com/docs/reference/api/ and .../docs/reference/api/page/
精彩评论