How to post to Facebookpage as admin via API (Php SDK)?

前端 未结 1 1252
闹比i
闹比i 2020-12-10 07:47

I know how to make a post to a Facebook page via the API using PHP SDK, that is done like this:

$facebook->api(\'/xxxxxxxxxxx/feed\', \'post\', a         


        
相关标签:
1条回答
  • 2020-12-10 08:16

    Check out this note regarding your question: http://developers.facebook.com/docs/api > Authorization > Page impersonation.

    Long story short, you need the manage_pages extended permission.

    And btw, have you checked this first ?

    0 讨论(0)
提交回复
热议问题