Can I have a list of users that like my page?
I'm ad administrator of a Facebook page. I want the list of all users of my page. It's p开发者_开发百科ossible?
No, for privacy concerns. You can use the page_fan
FQL table or /ID/likes
to tell if a user is a fan of your page, but you have to know who that user is first (via an install).
精彩评论