Can I know who clicked "Like" on my website ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Although some FB social plugins show people who have liked your site (e.g. Likebox), actually this is not possible. You can only know how many they are, but not who they are. |
|||
|
|
|
Using the API, see this example: https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
I was actually looking for this answer but found it on that page (I almost believed this thread that it wasn't something you can do) |
|||
|
|
|
Can you not view your page on facebook with all the users that 'Like' it? |
|||
|
|
|
You can check all of your facebook friend's wall to see your post. Rather, you could try the following
|
|||
|
|
|
You can't know who liked it, but you can know count http://Graph.facebook.com/?id=http://stackoverflow.com change http://stackoverflow.com with liked site |
|||
|
|