如何从Facebook上的朋友们用户墙?

问题描述:

我想读我的朋友的帖子(供稿?所有帖子,但只有特定用户)从他的用户墙。
我需要的所有(帖子,饲料,状态),我看到时,我在他的网页看起来直接在网站上。

I want to read my friends posts (feeds?, all posts but for a specific user only) from his user wall. I need all (posts, feeds, statuses) that i see when i look at his page directly from the website.

我用的是Android SDK和我尝试了图形API和休息方法。

I use the android sdk and i tried the graph api and rest method.

我的应用程序被注册,我已经登录Facebook来获得访问令牌(权限:read_stream)
但我没有得到想要的相关信息。

My app is registered and i have logged in facebook to get the access token (permission: read_stream) but i dont get that infos that want to.

请帮忙。
THX。

Please help. Thx.

您需要他们真正的使用的您的应用程序,并通过图形API授予完全权限。
你不能简单地抢朋友墙。你必须做到这一点通过您的应用程序,它需要的权限,从有问题的用户这样做。

You need them to actually use your app and grant full permissions via the graph API. You cannot simply 'grab a friends wall'. You must do that via your app and it needs the permissions to do so from the user in question.