Laravel Socialite 2.0 Facebook Authentication only returning id and name Laravel Socialite 2.0 Facebook Authentication only returning id and name laravel laravel

Laravel Socialite 2.0 Facebook Authentication only returning id and name


I have the same problem and is a bug! use the new version of file FacebookProvider.php here and work!


I updated to the latest version of Socialite. Now it works!


For thoose who are confused on how to update into the latest version just add this into your composer.json file.

"laravel/socialite": "2.*"

and into your terminal composer update

Cheers!