I am admin of a page which has over 1000 likes. I want a list of all my fans. Is it possible to do this ? If yes how ?
I have been checking the facebook documentation and FQL but am not able to figure out anything. Please help.
What I want is a query like "select uid from page where page_id=xyz"+ access_token of the page
I have tried firing a query on the connection table, page table and page_fan table. But am not able to make any progress.