Possible Duplicate:
Querying Users who 'like' my Facebook Page
Currently all the solutions on thi开发者_运维技巧s site don't work. I am an admin on a facebook page and would like to export the ID's off all my fans, is this possible ?
https://api.facebook.com/method/fql.query?query=SELECT uid FROM page_fan WHERE page_id= [PAGE_ID]&access_token=[ACCESS_TOKEN]
EDIT: no longer possible, see Querying Users who 'like' my Facebook Page
FQL:
SELECT uid FROM page_fan WHERE page_id = <page_id>
精彩评论