How to list facebook users who like a page or interest

Viewed 66248

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?

6 Answers
Related