如何通过facebook graph api获取照片属于哪个相册

发布于 2024-10-09 15:59:38 字数 229 浏览 2 评论 0原文

使用 facebook graph api,我可以通过向 graph.facebook.com/99394368305 发送请求来检索相册对象

(可口可乐粉丝页面墙照片)

我还可以通过向以下地址发送请求来检索照片对象 graph.facebook.com/98423808305(来自可口可乐粉丝页面的照片)

但是返回的 JSON 字符串不包含照片所属相册的信息。

有解决方案吗?

Using facebook graph api, I can retrieve an alubm obejct by sending a request to

graph.facebook.com/99394368305 (Coca-Cola fan page wall photos)

I can also retrieve a photo obejct by sending a request to
graph.facebook.com/98423808305 (A photo from the Coke fan page)

However the returned JSON string doesn't contain information which album the photo belongs to.

Is there any work around solution?

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

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

发布评论

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

评论(1

離殇 2024-10-16 15:59:38

亲爱的,如果您有援助和 pid,它的简单解决方案是使用 FQL 查询 facebook 的照片表。

http://developers.facebook.com/docs/reference/fql/photo/

my dear its simple solution is to query the photo table of facebook using FQL if you are having aid and pid.

http://developers.facebook.com/docs/reference/fql/photo/

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