I configured Laravel Socialite and it was returning user data. I discovered that the data structure was changed. $user = Socialite::driver('facebook')->user();
is not returning name, email and avater. Please anyone know what happened to the facebook, google and twitter.
Here are snapshots of the providers:
So if any body have a solution to this or what am doing wrong. Please help.