Skip to content

Instantly share code, notes, and snippets.

@dreikanter
Created March 9, 2015 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreikanter/051e77cb334a827ca528 to your computer and use it in GitHub Desktop.
Save dreikanter/051e77cb334a827ca528 to your computer and use it in GitHub Desktop.
Facebook auth object
{
"provider" => "facebook",
"uid" => "1234567890",
"info" => {
"email" => "lwibbob_occhinoson_1234567890@tfbnw.net",
"name" => "Donna Amibecffjfgc Occhinoson",
"first_name" => "Donna",
"last_name" => "Occhinoson",
"image" => "http://graph.facebook.com/1234567890/picture",
"urls" => {
"Facebook" => "https://www.facebook.com/app_scoped_user_id/1234567890/"
},
"verified" => false
},
"credentials" => {
"token" => "12345678901234567890234567890",
"expires_at" => 1431081046,
"expires" => true
},
"extra" => {
"raw_info" => {
"id" => "1234567890",
"email" => "lwibbob_occhinoson_1234567890@tfbnw.net",
"first_name" => "Donna",
"gender" => "female",
"last_name" => "Occhinoson",
"link" => "https://www.facebook.com/app_scoped_user_id/1234567890/",
"locale" => "en_US",
"middle_name" => "Amibecffjfgc",
"name" => "Donna Amibecffjfgc Occhinoson",
"timezone" => 0,
"updated_time" => "2015-03-09T10:28:23+0000",
"verified" => false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment