简体   繁体   English

Facebook Graph API获取提要/帖子缺少墙上的帖子

[英]Facebook Graph API Get feed/posts is missing wall posts

I am building a basic app for a research project. 我正在为研究项目构建一个基本的应用程序。 Basically, we want to see if brain surgery alters behavior based on user's facebook posts and interactions. 基本上,我们想看看脑部手术是否会根据用户的Facebook帖子和互动来改变行为。 In other words, we are trying to read all wall posts from specific users. 换句话说,我们正在尝试阅读特定用户的所有留言。

My initial ideas was this: As long as the researcher is friend's with the subject, I can call https://graph.facebook.com/UID/posts and https://graph.facebook.com/UID/feed . 我最初的想法是:只要研究人员是该主题的朋友,我就可以致电https://graph.facebook.com/UID/postshttps://graph.facebook.com/UID/feed A combination of those two should give me all relevant posts. 这两个的结合应该给我所有相关的职位。

This works perfectly for some users, but for others, I'm only getting some random posts while missing many others. 这对于某些用户而言非常理想,但是对于其他用户,我只是得到一些随机帖子,而错过了许多其他帖子。 For some users, I'm not getting anything at all. 对于某些用户,我什么都没有得到。 I cannot find any pattern as to when posts are shown and when not. 我找不到关于何时显示帖子以及何时不显示任何模式的信息。 Does anyone have an idea what the problem could be and how to solve it? 有谁知道这个问题可能是什么以及如何解决?

I'm using the read_stream permission. 我正在使用read_stream权限。

最可能的答案是,用户的朋友在其设置中禁用了API平台访问权限,或者在某些帖子中锁定了隐私权。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM