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\
In my case it was caused by missing parameters in $fillable array in User class. When i added all missing parameters, it started to work properly..
$fillable
User