使用图形API获取Facebook好友帖子 [英] Get facebook friends posts using graph API

查看:269
本文介绍了使用图形API获取Facebook好友帖子的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试构建一个需要访问朋友的Feed帖子的应用程序。使用图形API可以检索朋友的墙贴吗?我在开发者控制台检查出来,发现没有这种功能。如果可能的话可以有人解释我怎么去检索它? > read_stream 不会获得批准,除非您正在为没有本地Facebook客户端的平台构建应用程序。因此无法访问朋友墙 - 除非他们也授权您的应用程序。您可以使用 user_posts



您可以阅读更多有关更改日志中的所有更改: https://developers.facebook.com/docs/apps/changelog



Facebook改善了用户的隐私,这就是为什么你无法获得任何未授权你的应用程序的用户的详细信息。


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? 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. So there is no way to get access to friend walls - unless they authorize your App too. You can use user_posts for that.

You can read more about all the changes in the 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.

这篇关于使用图形API获取Facebook好友帖子的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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