Guest User

Untitled

a guest
Oct 17th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. var user = request("https://graph.facebook.com/v2.6/"+psid+"?fields=first_name,last_name&access_token="+token, function(err, res, body) {
  2. console.log("name: " + body.first_name);
  3. console.log("body: " + body);
  4. });
  5.  
  6. name: undefined
  7. body: {"first_name":"Anton","last_name":"Rosato"}
Add Comment
Please, Sign In to add comment