This is my first time working with Socialite and I can\'t seem to get it to work correctly.
Essentially, all I want is to return some account details of the currently au
Check this syntax
$socialAccount = Socialite::driver('twitter')->user();
If you want the account details of the currently authenticated user, use the same old
$user = Auth::user();