Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there an easy way to provide a link to facebook to see how many and, if possible, who likes a certain link? Preferably without actually having to write code? Maybe a rest call?

share|improve this question

2 Answers

up vote 9 down vote accepted
http://graph.facebook.com/?id=http://stackoverflow.com

number of shares

share|improve this answer
what if you are the admin for a domain, can you see who is liking the page? i know that if you have a facebook page you can see who it is... – hagope Nov 4 '11 at 18:06
@hagope: you can't. – genesis Nov 4 '11 at 18:18

The Facebook APIs does not give you the user ID of users who have liked a URL, obviously for privacy reasons.

share|improve this answer
The total count of 'likes' is available though. – Gaurav Gupta Aug 6 '11 at 17:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.