Post to facebook page wall as a page

后端 未结 3 567
臣服心动
臣服心动 2021-02-10 05:47

I want to post to facebook page wall as a page using PHP. I\'ve got access_token by below links.

https://graph.facebook.com/oauth/authorize?type=user_agent&         


        
3条回答
  •  逝去的感伤
    2021-02-10 06:43

    I assume you have some knowledge of app and how posting work.

    1.You have to get Page access token and use this on array.

    2.you use this

    "/$pageid/feed"
    

    try use this

    $facebook->api($pageID . '/feed','POST'
    

    Thanks...

提交回复
热议问题