Skip to content

Instantly share code, notes, and snippets.

@joshellington
Created March 14, 2012 19:22
Show Gist options
  • Save joshellington/2038824 to your computer and use it in GitHub Desktop.
Save joshellington/2038824 to your computer and use it in GitHub Desktop.
$.getJSON('https://graph.facebook.com/me/likes?access_token='+response.authResponse.accessToken+'&callback=?', function(d) {
console.log(d.data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment