Skip to content

Instantly share code, notes, and snippets.

@tracend
Created April 20, 2011 02:29
Show Gist options
  • Select an option

  • Save tracend/930226 to your computer and use it in GitHub Desktop.

Select an option

Save tracend/930226 to your computer and use it in GitHub Desktop.

Revisions

  1. Makis Tracend created this gist Apr 20, 2011.
    7 changes: 7 additions & 0 deletions fb-user-liked-page.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    FB.api({ method: 'pages.isFan', page_id: '{PAGE_ID}' }, function(response) {
    if (response) {
    alert("user has liked the page");
    } else {
    alert("user has not liked the page");
    }
    });