-1

I'm using socialite laravel. What data can we get from socialite? Can we get location, phone, etc data from socialite?

1 Answers1

0

according this docs, you can retrieve this user details :

    // for All Providers
$user->getId();
$user->getNickname();
$user->getName();
$user->getEmail();
$user->getAvatar();
shafrianadhi
  • 642
  • 5
  • 8