Facebook Graph API will not give me picture data

后端 未结 6 800
傲寒
傲寒 2021-01-12 22:59

Using PHP 5.2.11 and the new facebook graph code...

If I call

$facebook->api(\"/me\");

I get a proper response:

array
  \'id\' =>          


        
6条回答
  •  死守一世寂寞
    2021-01-12 23:26

    You may not even need to do an API call... use this on your frontend:

    
    

    Read more here: http://developers.facebook.com/docs/reference/api/#pictures

提交回复
热议问题