I\'m using Laravel Socialite to add a Facebook connect button on a website. Sometimes, I\'ve got this error on callback:
exception \'Laravel\\Socialite\\Two\
I had the same problem and I just cleared the cache to solve this problem. I just ran this command and started the process again.
php artisan cache:clear
I hope this answer may help someone.