Closed volodymyrkoval closed 9 years ago
This is normal for all Facebook implementations. You need to grab the image yourself using the image URL, ie:
$photo = 'https://graph.facebook.com/' . $oauthdata['id'] . '/picture?type=large';
Close this. and People, Socialite is here
or you could use
/me?fields=picture.width(320)
modify the width to what you need
thanks for answers
I have some problem. Facebook auth with scopes "email" and "user_about_me" does not return user picture link.