Get uploaded pictures of authenticated user facebook socialite laravel
问题 I am using laravel version 5.4.36 and i am using Laravel Sociallite plugin to connect user with facebook. I want to get uploaded pictures of logged in user as suggested in the document This is available through the photos edge on the User object. public function redirect() { // return Socialite::driver('facebook')->redirect(); return Socialite::driver('facebook')->fields([ 'first_name', 'last_name', 'email', 'gender', 'birthday','location','hometown','age_range','friends','posts','photos' ])-