点赞表并没有由用户完成所有点赞 [英] like table doesn't have all the likes done by the user

查看:69
本文介绍了点赞表并没有由用户完成所有点赞的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试获取用户所做的所有赞.我正在使用以下 fql 查询来获取喜欢的内容.

I am trying to fetch all the likes that a user has done. I am using the following fql queries to fetch the likes.

SELECT object_type, post_id, object_id FROM like WHERE user_id=me()

我正在将用户的访问令牌与该查询一起传递.

I am passing the user's access token along with this query.

用户的某些喜欢"活动未反映在喜欢"表中.做了一些测试,发现缺少的是某些特定朋友的帖子上的赞.

Some of the user's like activity is not reflecting in the like table. Did some tests and found out that the missing ones are the likes on posts of some specific friends.

我还没有弄清在like表中是否还有用户的其他like活动.

I haven't yet figured out if there are any other like activities of the user that is missing from the like table.

在相似表中记录用户相似活动的规则是什么?

What are the rules by which a like activity of a user is recorded in the like table?

推荐答案

Facebook似乎没有给出准确的赞"结果,起初认为它是由用户的隐私设置引起的,但与我自己的朋友进行了一些测试后,API仍然显示了like total_count与返回的like对象数量之间的差异.这可能是错误,也可能是Facebook的神秘决定.

It seems Facebook does not gives accurate Like results, at first thought it was caused by users privacy settings, but doing some test with my own friends, the API still shows a discrepancy between the like total_count and the amount of like objects returned. It's either a bug or a mysterious deliberated decision by Facebook.

请检查其他询问类似问题的人

Please check these other people asking something similar:

  • Difference between a post's likes count and the likes data?
  • Facebook Graph API and FQL like count on photo's both incorrect?
  • Facebook wall post likes are not counted in fql query

这篇关于点赞表并没有由用户完成所有点赞的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆