Laravel Socialite 2.0 Facebook Authentication only returning id and name

泪湿孤枕 提交于 2019-12-01 07:12:58

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!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!