Laravel Socialite 2.0 Facebook Authentication only returning id and name

后端 未结 3 1339
感情败类
感情败类 2021-01-14 00:08

I am using Laravel\'s Socialite package (version 2.0.0). It is working great for google and github but when I try to login with facebook, I get this:

Error         


        
相关标签:
3条回答
  • 2021-01-14 00:37

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

    0 讨论(0)
  • 2021-01-14 00:42

    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!

    0 讨论(0)
  • 2021-01-14 00:58

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

    0 讨论(0)
提交回复
热议问题