如何通过facebook graph api获取照片属于哪个相册
使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
亲爱的,如果您有援助和 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/