简体   繁体   English

使用图表API获取Facebook好友帖子

[英]Get facebook friends posts using graph API

I am trying to build an application which requires access to friend's feed posts. 我正在尝试构建一个需要访问朋友的帖子的应用程序。 Is it possible to retrieve friend's wall posts using graph API? 是否可以使用图形API检索朋友的墙贴? I checked out in the developer console and found no such funstionality. 我在开发者控制台检查了一下,发现没有这样的功能。 If possible can someone explain me how do i go about retrieving it? 如果可能,有人可以解释我如何去检索它?

friend permissions are gone, and read_stream will not get approved by Facebook unless you are building an App for a platform without a native Facebook client. 朋友权限已经消失,除非您为没有本机Facebook客户端的平台构建应用程序,否则read_stream 将不会被Facebook 批准 So there is no way to get access to friend walls - unless they authorize your App too. 所以没有办法访问朋友的墙 - 除非他们也授权你的应用程序。 You can use user_posts for that. 您可以使用user_posts

You can read more about all the changes in the changelog: https://developers.facebook.com/docs/apps/changelog 您可以在更新日志中阅读有关所有更改的更多信息: https//developers.facebook.com/docs/apps/changelog

Facebook improved privacy for users, that´s why you can´t get any details of users who did not authorize your App. Facebook改善了用户隐私,这就是为什么你无法获得没有授权你的应用程序的用户的任何细节。

What you're asking is no longer supported by Facebook. Facebook不再支持您所要求的内容。

Read this article by one of the apps that were affected by so. 阅读这篇文章由所影响,因此应用程序之一。

Sorry for not helping you more. 很抱歉没有帮助你。

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

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