How to list facebook users who like a page or interest

OmniBus picture OmniBus · Aug 23, 2010 · Viewed 65.9k times · Source

Possible Duplicate:
Retrieve Facebook Fan Names

I wanna get a list of facebook users who like a page or interest.

FQL like 'SELECT user_id FROM like WHERE object_id=113970468613229' does not work.

Is there a way to do this?

Answer

Jonathan Dean picture Jonathan Dean · Jul 18, 2011

I am Partner Engineer at Facebook so I thought I'd chime in here. The Facebook APIs will not give you the user ID of users who have liked a page or interest, this is to guard the privacy of those users.