'facebook' => [
'client_id' => 'YOUR_CLIENT_ID',
'client_secret' => 'YOUR_CLIENT_SECRET',
'redirect' => 'YOUR_FACEBOOK_REDIRECT_URI',
],
return Socialite::driver('facebook')->redirect();
echo $result->GetGeoIPContextResult->IP;
echo $result->GetGeoIPContextResult->ReturnCode;
echo $result->GetGeoIPContextResult->CountryName;
echo $result->GetGeoIPContextResult->CountryCode;