Post to facebook fan page as a user

后端 未结 1 1402
天涯浪人
天涯浪人 2021-01-28 14:46

Can anyone tell me how to do this using php sdk.

I have using this code. This code was suppose to post to user\'s timeline as well as the fan page. The person who is log

相关标签:
1条回答
  • 2021-01-28 15:25

    // $fb_access_token = $facebook->getAccessToken(); $url = $facebook->getLoginUrl(array( 'req_perms' => 'email,status_update,publish_stream, manage' ));

    No such thing call "manage", the correct permission was manage_pages

    enter image description here

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