I\'m trying to grab the names of fans of a Facebook fan page that I administer. I\'ve done some snooping around, and apparently, the FB API doesn\'t support that, but Facebo
That one worked
SELECT user_id FROM like WHERE object_id="YOUR PAGE ID"