Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to list facebook users who like a page or interest [duplicate]

Tags:

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?

like image 840
OmniBus Avatar asked Aug 23 '10 09:08

OmniBus


People also ask

How do I see a list of people who like my business page?

Go down the bottom of “Manage Page” panel, click “Settings.” The “People and Other Pages” dialog box appears. If this section, the default is “People Who Like This Page,” but if you click the drop-down arrow, you will see your other lists: People Who Follow This Page.

Can you see who likes a page on Facebook?

The list is only available to page admins. You can only see which of your friends liked the it. Highly active question.

How do I replicate a Facebook page?

Choose the “duplicate” or “miscategorized page” option to highlight that the page is a duplicate, then type in the name of your page and report it by clicking “submit.” From here, it's up to Facebook to decide if this page is a duplicate of one of your pages or not.


1 Answers

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.

like image 187
Jonathan Dean Avatar answered Sep 16 '22 20:09

Jonathan Dean