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.

I've notice that when I share some content from my app on my time line, counter of people who like this page (like button is placed on page that I share) increment by 1. Of course it could be somebody wh like page while I'm sharing, butthere is not many users at testing phase under 10 visitors per day. tyr some times and it really looks loke share increment like counter. Does it true? Or may be I make some error and it works so now?

share|improve this question

1 Answer

up vote 1 down vote accepted

The like button counter is made of the total of likes, shares and comments. If you want to know the number of likes only, you need to use FQL to query the like table.

share|improve this answer
Comments? It seems that every comment doesn't increment counter or it works more complicated? – sphinks May 12 '12 at 5:19
Find in Facebook docs: What makes up the number shown on my Like button? The number shown is the sum of: The number of likes of this URL The number of shares of this URL (this includes copy/pasting a link back to Facebook) The number of likes and comments on stories on Facebook about this URL The number of inbox messages containing this URL as an attachment. – sphinks May 12 '12 at 5:24

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.