facebook developer toolkit > determine if a user likes a fan page in an application -


How can I find out that a user is a fan of the page in my app using the Facebook Developer Toolkit? (Without user_likes permission, I saw an application that receives only the default permissions)

FQL Using:

  Choose the UID from the page_fan where page_ id = & lt; Page_ id & gt; And UID = & lt; User_id & gt;  

See table


Comments