来自 link_stats 的 Like_count 与小部件的 Like
我使用此 url 来检索网页的 xml 数据:
返回的数据如下:
<?xml version="1.0" encoding="UTF-8" ?>
- <fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true">
- <link_stat>
<like_count>56</like_count>
</link_stat>
</fql_query_response>
或者like_count为56;然而,我的 Facebook 小部件显示 84 个赞。
如果我喜欢一个页面,则两个计数都会增加 1。如果我点击不同,则两个计数都会减少 1。like_count 和 facebook widgetlikes 之间有什么相关性???
I'm using this url to retrieve xml data for a web page:
The returned data is as follows:
<?xml version="1.0" encoding="UTF-8" ?>
- <fql_query_response xmlns="http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" list="true">
- <link_stat>
<like_count>56</like_count>
</link_stat>
</fql_query_response>
or a like_count of 56; however, my facebook widget displays 84 likes.
If I like a page both counts increment by 1. If I click unlike the both decrease by 1. What's the correlation between like_count and the facebook widgetlikes???
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
点赞插件/Facebook 小部件计数器显示的点赞数多于点赞数,它将显示 Total_count
,这将返回正确的值。
the like plugin / facebook widget counter shows more than the likes it will show the total_count
this will return the correct value.