Skip to content

Instantly share code, notes, and snippets.

@raucao
Created August 16, 2012 14:40
Show Gist options
  • Save raucao/3370634 to your computer and use it in GitHub Desktop.
Save raucao/3370634 to your computer and use it in GitHub Desktop.
$.getJSON("http://tos-dr.info/services/facebook.json").done(function(data) {
return console.log(JSON.stringify(data));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment