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
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!