Если я позвоню
$facebook->api("/me");
Я получаю правильный ответ:
Код: Выделить всё
array
'id' => string '10700210' (length=8)
'name' => string 'Brandon Renfrow' (length=19)
'first_name' => string 'Brandon' (length=7)
'middle_name' => string '✫' (length=3)
'last_name' => string 'Renfrow' (length=7)
'link' => string 'http://www.facebook.com/brenfrow' (length=32)
'about' => string 'Spiritual birthday: 1/22/2005' (length=29)
...
...
Код: Выделить всё
$facebook->api("/me/picture");
Код: Выделить всё
null
Подробнее здесь: https://stackoverflow.com/questions/297 ... cture-data