Possible Duplicate:
Check if user likes page via Graph API
I know this probably has been asked already a few time, however, since I'm a newbie of the new Facebook SDK, I'm having some difficulties.
Basically, what I want to do is very simple. I've got a whole web page that I want to show only if an user likes my Facebook page. Otherwise, he gets asked to like the page first.
I would like to know what differences there are between the Javascript or PHP methods, and if it's possible to achieve this only if the user gives the authorization to my Facebook application first.
I don't think to obtain something so simple should be that difficult, so I would love if someone could post me an easy-to start, updated guide or some example code.
Thanks in advance everyone.