Skip to content

Instantly share code, notes, and snippets.

@dannguyen
Created February 14, 2012 21:47
Show Gist options
  • Save dannguyen/1830786 to your computer and use it in GitHub Desktop.
Save dannguyen/1830786 to your computer and use it in GitHub Desktop.
jQuery.getJSON('http://graph.facebook.com/Facebook',
function(data){
console.log("Success!");
console.log(data['id']);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment