Graph API 从 News Feed 获取带标签的照片

发布于 2024-12-18 02:33:24 字数 153 浏览 2 评论 0原文

我正在尝试使用 graph api 从 facebook 上用户的新闻源中获取所有照片。我的意思是全部。到目前为止,我想我只得到发布的照片​​,但必然是用户评论的照片,被标记的照片,或者被标记的朋友。有没有什么方法可以使用图形 API 来获取这些照片?我知道总会有 FQL,但我宁愿不使用它。

i'm trying to get all photos from a user's newsfeed on facebook using graph api. and I mean all. so far, I think i only get the posted photos, but neccessarily the ones a user commented on, was tagged an, or the friends where tagged in. is there any way to get those photos at all with graph api? I know there is always FQL, but I'd rather not use it.

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

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

发布评论

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

评论(1

只是我以为 2024-12-25 02:33:25

不幸的是,似乎没有办法做到这一点。因此,我必须恢复到以下 FQL:

SELECT message, description, attachment FROM stream WHERE filter_key = 'app_2305272732'

照片在附件中,您可能需要根据相册进行过滤

Unfortunately, there doesnt seem to be a way to do so. So I had to revert to the following FQL:

SELECT message, description, attachment FROM stream WHERE filter_key = 'app_2305272732'

The photo is in attachment then and you might want to filter against albums

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