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 /{user-id}/media
類型 | 必要條件 |
---|---|
|
GET https://graph.instagram.com/{api-version}/{user-id}/media ?access_token={access-token}
預留位置 | 值 |
---|---|
| API 版本。 |
| 應用程式用戶的應用程式範圍用戶編號(v11.0 及以上版本)或原始用戶編號(所有版本)。 |
加入以下查詢字串參數以擴充要求。
鍵 | 值 |
---|---|
| 應用程式用戶的 Instagram 用戶存取憑證。 |
| |
| 指向基於時間的數據範圍開頭的 Unix 時戳或 |
| 指向基於時間的數據範圍末尾的 Unix 時戳或 |
包含您要求獲取的資料之 JSON 格式物件。
{ "data": [], "paging": {} }
curl -X GET \
'https://graph.instagram.com/v21.0
/10218560180051171/media?access_token=IGQVJ...'
{ "data": [ { "id": "17895695668004550" }, { "id": "17899305451014820" }, { "id": "17896450804038745" }, { "id": "17881042411086627" } ], "paging": { "cursors": { "after": "MTAxN...", "before": "NDMyN..." }, "next": "https://graph.faceb..." } }
不支援這項操作。
不支援這項操作。