Skip to content

Instantly share code, notes, and snippets.

@joshellington
Created March 14, 2012 19:22

Revisions

  1. joshellington created this gist Mar 14, 2012.
    3 changes: 3 additions & 0 deletions me-likes
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $.getJSON('https://graph.facebook.com/me/likes?access_token='+response.authResponse.accessToken+'&callback=?', function(d) {
    console.log(d.data);
    });