why does posting to facebook page yield “user hasn't authorized the application”

前端 未结 4 1752
猫巷女王i
猫巷女王i 2020-11-28 12:26

I have read the fb docs and written code to publish a message to a facebook \"page\", however I am getting an error that I don\'t expect to see:

(#200) The u         


        
4条回答
  •  迷失自我
    2020-11-28 12:52

    Well, this seems to be a common mistake that most of us make while trying to do an activity in social netwroks. Before trying to put up an open graph action,You need to set the permissions in your initial authorization request . By default you only gain 'read-only' access to their basic information. Settintg up permisson at teh time of authetication is a must for Facebook and LinkedIn APIs..

    See the public_actions section in Facebook open graph permissions here and make relevant changes in the authorization code , and get your issue solved.

提交回复
热议问题