Facebook FQL get a list of facebook page fans

Possible duplicate:
Request to users who "love" my Facebook page

Currently, all solutions on this site do not work. I’m the administrator on the facebook page and would like to export the ID from 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]

enter image description here

+3
source share
1 answer

EDIT: no longer possible, see Request to users who “love” my Facebook page


FQL:

SELECT uid FROM page_fan WHERE page_id = <page_id>
+5
source

All Articles