有没有办法使用Graph API获取Facebook页面照片流?例如,可口可乐页面的照片流位于:https://www.facebook.com/cocacola/photos_stream。
答案 0 :(得分:-1)
可能的连接:(?metadata = 1)
"metadata": {
"connections": {
"picture": "https://graph.facebook.com/cocacola/picture",
"feed": "https://graph.facebook.com/cocacola/feed",
"posts": "https://graph.facebook.com/cocacola/posts",
"tagged": "https://graph.facebook.com/cocacola/tagged",
"statuses": "https://graph.facebook.com/cocacola/statuses",
"links": "https://graph.facebook.com/cocacola/links",
"notes": "https://graph.facebook.com/cocacola/notes",
"photos": "https://graph.facebook.com/cocacola/photos",
"albums": "https://graph.facebook.com/cocacola/albums",
"events": "https://graph.facebook.com/cocacola/events",
"videos": "https://graph.facebook.com/cocacola/videos",
"questions": "https://graph.facebook.com/cocacola/questions",
"offers": "https://graph.facebook.com/cocacola/offers",
"milestones": "https://graph.facebook.com/cocacola/milestones",
"global_brand_children": "https://graph.facebook.com/cocacola/global_brand_children"
},
如果你想在他们的信息流中找到照片,为什么不使用/发布并循环查找带有图片的帖子?