I have an app on facebook that asks for user_likes permissions, and afterwards checks whether a user has liked a particular page on facebook. It works great on 80% of users, but has problems with the rest:
when running this fql query:
"SELECT uid FROM page_fan WHERE page_id='XXXXXXXXXXXXXXX' and uid = me()"
the response is null. These users have granted all the necessary permissions to the app. what might be the case?