简体   繁体   English

无法阅读我的Facebook墙上的所有帖子

[英]Can not read all posts on my facebook wall

I'm reading fine my application wall posts with this call: 我正在通过此调用阅读我的应用程序墙上的帖子:

curl_setopt($ch, CURLOPT_URL,'https://graph.facebook.com/'.$appid.'/posts?'.$access_token);

But I'm only getting the posts that I have published myself. 但是我只会得到自己发表的帖子。
For other users theirs posts seem to appear in another list (filter=3) 对于其他用户,他们的帖子似乎出现在另一个列表中(filter = 3)

http://www.facebook.com/apps/application.php?id=<app-id>&v=wall&filter=3

Is there a way to disable this filtering ? 有没有办法禁用此过滤?
Is there a way to read these posts ? 有没有办法阅读这些帖子?

You are calling the wrong method/connection :-) 您正在调用错误的方法/连接:-)
Have a look at the application document (or the user also): 看一下application文档(或user ):

posts The applications's own posts 应用程序自己的帖子

What you need to call is the feed connection. 您需要调用的是feed连接。

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

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