开发者

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

开发者 https://www.devze.com 2023-01-02 11:20 出处:网络
How to get how many times specific object was liked? Answer: http://developers.facebook.com/docs/reference/fql/link_stat

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 f开发者_高级运维ql table


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

0

精彩评论

暂无评论...
验证码 换一张
取 消