Post to facebook page wall as a page

后端 未结 3 566
臣服心动
臣服心动 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:28

    Pages cannot post to user's walls (that's why you're getting the OAuthException that says "as a page, you cannot set the target_id"). You'll have to first create an application and get the user's permission (publish_stream) to post to their feed via said app.

提交回复
热议问题