#https://laracasts.com/discuss/channels/laravel/socialite-invalidstateexception-in-abstractproviderphp?page=2&replyId=362965
Socialite::driver('facebook')->stateless()->user();
#Got the solution on here: https://stackoverflow.com/questions/30660847/laravel-socialite-invalidstateexception
Socialite::driver('google')->stateless()->user()