Created
January 5, 2012 14:24
-
-
Save aaronksaunders/1565474 to your computer and use it in GitHub Desktop.
Appcelerator Stackmob Integrating Facebook as your Authentication Method - Login User - data
This file contains hidden or 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
| { | |
| "username": "TEST-FACEBOOK-USER", | |
| "fb": { | |
| "id": "100001720461935", | |
| "timezone": -5, | |
| "username": "ClearlyInnovative", | |
| "locale": "en_US", | |
| "link": "http://www.facebook.com/ClearlyInnovative", | |
| "email": "aaron@clearlyinnovative.com", | |
| "verified": true, | |
| "last_name": "Saunders", | |
| "gender": "male", | |
| "name": "Aaron Saunders", | |
| "first_name": "Aaron", | |
| "updated_time": "2011-11-23T18:15:41+0000" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment