On September 4, 2024, we announced the deprecation of the Instagram Basic Display API.
Starting December 4, 2024, all requests to the Instagram Basic Display API will return an error message. We recommend that you migrate your app to the Instagram API to avoid any disruption to your services.
代表圖像、影片或相簿。
不支援執行此作業。
GET /{media-id}
取得圖像、影片或相簿的欄位和關係連線。
類型 | 條件 |
---|---|
|
GET https://graph.instagram.com/{media-id} ?fields={fields} &access_token={access-token}
加入下列查詢字串參數,以擴充要求。
索引鍵 | 值 |
---|---|
| 應用程式用戶的 Instagram 用戶存取權杖。 |
|
您可用 fields
查詢字串參數要求媒體的下列欄位。
欄位名稱 | 說明 |
---|---|
| 媒體的說明文字。無法為相簿內的媒體傳回。注意:在說明文字中使用表情符號時,編碼格式應為 UTF-8,字元長度可能會依所使用的表情符號而受到影響。 |
| 媒體編號。 |
| 僅限 Reels。當設定為 無論該值為何,都不會決定連續短片是否實際顯示在 Reels 頁籤中,因為該連續短片可能不符合資格需求或未被演算法所選擇。請參閱連續短片規格,瞭解資格條件。 |
| 媒體類型。可以是 |
| 媒體網址。 |
| 媒體的永久網址。如果媒體包含著作權保護的影音素材,或者已標示為違反著作權,系統將忽略該欄位。 |
| 媒體的縮圖圖像網址。僅適用於 |
| 媒體的發佈日期(ISO 8601 格式)。 |
| 媒體擁有者的用戶名稱。 |
可要求下列關係連線作為路徑參數或使用 fields
查詢字串參數。
關係連線 | 說明 |
---|---|
取得媒體相簿的媒體清單。僅適用於 |
{ "{field}":"{value}", ... }
curl -X GET \ 'https://graph.instagram.com/17895695668004550?fields=id,media_type,media_url,username,timestamp&access_token=IGQVJ...'
{ "id": "17895695668004550", "media_type": "IMAGE", "media_url": "https://fb-s-b-a.akamaihd.net/...", "username": "jayposiris" "timestamp": "2017-08-31T18:10:00+0000" }
不支援執行此作業。
不支援執行此作業。