Created
October 4, 2017 12:34
-
-
Save kiproping/8702bf0b6e36e259a526eada5c5079f1 to your computer and use it in GitHub Desktop.
FB user info returned
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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