开发者

Posting to a business page from outside facebook?

开发者 https://www.devze.com 2023-04-11 07:28 出处:网络
As the title says, I\'m trying to create a web page that allows admins to po开发者_高级运维st to a facebook page, not a profile. How do I go about doing this? I can easily post to my profile wall, but

As the title says, I'm trying to create a web page that allows admins to po开发者_高级运维st to a facebook page, not a profile. How do I go about doing this? I can easily post to my profile wall, but I can't seem to find anything on posting to the business page wall.


It's the exact same process to post to a Facebook Page's Wall, but you need to use the Page's ID and not the user's:

POST to:
https://graph.facebook.com/{page_id}/feed

POST BODY:
access_token={access_token}&message=Hello

Make sure you have the "publish_stream" permission from the user.

0

精彩评论

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