Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. var userr = {
  2. _id: new Date().toISOString()
  3. , authVia: "FB"
  4. , email: response.email
  5. , firstName: response.first_name
  6. , lastName: response.last_name
  7. , gender: response.gender
  8. , hometown: response.hometown.name
  9. , fbId: response.id
  10. , locale: response.locale
  11. , location: response.location.name
  12. , timezone: response.timezone
  13. , fbVerified: response.verified
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement