I'd like to determine whether a user is a fan of MY facebook page, without getting any Facebook-connect permissions from them first.
Is this possible?
I'd like to determine whether a user is a fan of MY facebook page, without getting any Facebook-connect permissions from them first.
Is this possible?
No, you must request and be granted access to a user's like data.
One caveat to this - if a user has liked your page, this will be passed to any application tab on your page that the user visits.
3 ways are available to check if user likes a or your page.
----------edit 11/19/2011
Using Graph API and php What's method for checking user fan of a page in GRAPH API?