Skip to content

Instantly share code, notes, and snippets.

@kiproping
Created October 4, 2017 12:34
Show Gist options
  • Save kiproping/8702bf0b6e36e259a526eada5c5079f1 to your computer and use it in GitHub Desktop.
Save kiproping/8702bf0b6e36e259a526eada5c5079f1 to your computer and use it in GitHub Desktop.
FB user info returned
object(Laravel\Socialite\Two\User)#459 (8) {
["token" ]=> string(209) "{token}"
["id"] => string(17) "{socialID}"
["nickname"] => NULL
["name"] => string(14) "{Full Name}"
["email"] => string(19) "{Email address}"
["avatar"] => string(69) "https://graph.facebook.com/v2.4/{socialID}/picture?type=normal"
["user"] => array(6) {
["first_name"] => string(6) "{First name}"
["last_name"] => string(7) "{Last mame}"
["email"] => string(19) "{Email address}"
["gender"] => string(4) "male"
["verified"] => bool(true)
["id"] => string(17) "{socialID}"
}
["avatar_original"] => string(68) "https://graph.facebook.com/v2.4/{socialID}/picture?width=1920"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment