Uploading a picture to facebook

后端 未结 2 2058
耶瑟儿~
耶瑟儿~ 2021-02-10 02:00

I am trying to upload a image to a gallery on a facebook fan page, here is my code thus far,

$ch = curl_init();

        $data = array(\'type\' => \'client_cr         


        
2条回答
  •  情话喂你
    2021-02-10 02:54

    Probably your application doesn't have needed permissions.

    To request permissions via OAuth, use the scope argument in your authorization request, and include a comma separated list of all the permissions you want to request.

    http://developers.facebook.com/docs/authentication/permissions

提交回复
热议问题