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.

Is it possible to view the total number of likes, and even better, who liked my facebook app profile page? I can't see this option anywhere in the insights.

share|improve this question

2 Answers

Use the GraphApi .Take a look here

* https://graph.facebook.com/--user id--/likes

Search through the person's likes until you find your application id.

More details here: http://developers.facebook.com/docs/reference/api/user

Take a look at this codes https://gist.github.com/783822

share|improve this answer
Thanks, but that is only possible if the user is sharing that information, I remember before it was really easy to see how many people liked your page – Agustín Dondo Oct 18 '11 at 8:14
i had edited my ans take a look at the last line – bilash.saha Oct 18 '11 at 8:52

Just go on your application profile page. On the left click on "likes this" under the number of people who likes your page.

share|improve this answer

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.