使用Graph API获取Facebook页面Photostream

使用Graph API获取Facebook页面Photostream,facebook,facebook-graph-api,Facebook,Facebook Graph Api,有没有办法使用Graph API获取Facebook页面照片流?例如,可口可乐页面的照片流位于:。可能的连接:?元数据=1 "metadata": { "connections": { "picture": "https://graph.facebook.com/cocacola/picture", "feed": "https://graph.facebook.com/cocacola/feed", "posts": "h

有没有办法使用Graph API获取Facebook页面照片流?例如,可口可乐页面的照片流位于:。

可能的连接:?元数据=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"
      },

如果要在照片流中查找照片,为什么不使用/posts并循环查找带有照片的文章?

可能的连接:?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"
      },

如果你想在他们的流中找到照片,为什么不使用/posts并循环查找带有照片的帖子呢?

他不是这么问的。。。还有照片连接和相册,可以检索吗,如果可以的话,这不是他的个人页面,如何获取该页面的访问令牌?他不是这么问的。。。还有照片连接和相册,它们可以被检索吗?如果可以,而且这不是他的个人页面,如何获取该页面的访问令牌?