I am trying to use login with facebook in laravel 5 using Socialize.
Here is my route file code.
Route::get(\'fb\', function ($face
I don't know if this will help anyone but changing my session driver from file to cookie solved the InvalidException issue for me.
file
cookie
InvalidException