开发者

Posting To Facebook Fan Page As Admin Using PHP

开发者 https://www.devze.com 2023-02-15 05:59 出处:网络
I\'ve been trying to find a way to past to a facebook fan page (which I\'m admin) from开发者_运维知识库 my application using php, but can\'t find a way to do it.Any help?If you are the admin of the pa

I've been trying to find a way to past to a facebook fan page (which I'm admin) from开发者_运维知识库 my application using php, but can't find a way to do it. Any help?


If you are the admin of the page, you just need have the publish_stream permission and using the new PHP-SDK you post to your page the same way you do for your own feed:

$facebook->api("/PAGE_ID/feed","POST",array("message"=>"Hello Page!"));

Posting To Facebook Fan Page As Admin Using PHP

0

精彩评论

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