簡體   English   中英

在 FaceBook Graph API v2.4 中,如何在 JSON 提要中包含帖子的圖片/圖標?

[英]In FaceBook Graph API v2.4, how can I include pictures/icons of the posts in the JSON feed?

我能夠在 FaceBook 中獲取公共群組頁面的 JSON 帖子提要。 但是,Feed 僅限於以下內容:

{
   "data": [
      {
         "message": "RT Ad Age: Creatives rejoice! The need for speed in digital is putting copy testing under fire http://buff.ly/1NCNUYm",
         "created_time": "2015-09-16T19:17:22+0000",
         "id": "100893736659527_876911945724365"
      },
      {
         "message": "Smart Design Means Treating Your Users Like Friends.",
         "created_time": "2015-09-15T19:17:07+0000",
         "id": "100893736659527_876382499110643"
      },
      {
         "message": "Amazon Puts Another Nail in Flash\u2019s Coffin http://buff.ly/1NzwFal (via Digiday)",
         "created_time": "2015-09-14T17:25:52+0000",
         "id": "100893736659527_875881985827361"
      },
      {
         "message": "Is Belvedere Vodka Good Enough For James Bond?",
         "created_time": "2015-09-11T19:17:14+0000",
         "id": "100893736659527_874377899311103"
      },
      {
         "message": "RT MailChimp: Our GIPHY integration makes it easy to upload GIFs into your campaign. Exciting, right? http://buff.ly/1JQChqz",
         "created_time": "2015-09-10T19:17:14+0000",
         "id": "100893736659527_873864092695817"
      }
}

我能夠獲取消息文本、created_time 和 id。 如何包含帖子的圖片/圖標?

@WizKid 在上面回復后,這對我有用: https://graph.facebook.com/v2.4/[page-id]/feed?access_token=[access_token]&fields=picture,id,message ://graph.facebook.com/v2.4/[page-id]/feed?access_token=[access_token]&fields=picture,id,message

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM