OK. So I have no idea on how to do this but you are going to have to talk like a 3 year old to me. I know PHP, HTML, CSS and a tiny smidge of javascript. I want to be able t
You can use this code because it's so simple :
FB.api({ method: "pages.isFan", page_id: page_id, }, function(response) { console.log(response); if(response){ alert('You Likey'); } else { alert('You not Likey :('); } } );
this ll user user_likes permission
user_likes
Hope this will help you