zerkms
zerkms

Reputation: 254944

How to know how many users "like" something [facebook]

How to get how many times specific object was liked?
Answer: http://developers.facebook.com/docs/reference/fql/link_stat

and

How to get the most liked links in my application?

UPD 3: another question then: how to get the object_id for given liked page
Answer: object_url fql table

Upvotes: 1

Views: 1884

Answers (1)

Omar Estrella
Omar Estrella

Reputation: 638

You can use a SQL (FQL) query and then count the users who liked the object. Heres information on the query: http://developers.facebook.com/docs/reference/fql/like

Upvotes: 2

Related Questions