仅从 iphone 版 facebook 图表中获取用户帖子

发布于 2024-10-28 03:30:13 字数 381 浏览 1 评论 0原文

有谁知道是否可以仅从墙上的一个用户的帖子中获取数据。

例如: 如果我想获得 Nike feed,我会这样做:

[facebook requestWithGraphPath:@"nike/feed" andParams:params andDelegate:self];

但这给了我 Nike facebook 墙上的所有帖子,但实际上我只需要 Nike 自己的帖子,如下所示: http://www.facebook.com/nike?sk=wall&filter=2

谢谢!!!

Does anybody know if it is possible to fectch the data only from one user his posts on the wall.

For instance:
If i want to get the Nike feed i do this:

[facebook requestWithGraphPath:@"nike/feed" andParams:params andDelegate:self];

But this gives me al the posting on the Nike facebook wall, but i actually only need Nike's own posts like this: http://www.facebook.com/nike?sk=wall&filter=2

Thanks!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少女七分熟 2024-11-04 03:30:13

您必须执行以下请求“nike/posts”。根据 Facebook 开发者页面,它将显示页面自己的帖子。

干杯。

You have to do the following request "nike/posts". According to the Facebook Developper Page it will display the Page's own posts.

Cheers.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文