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バージョン。 |
| アプリユーザーのapp-scoped user ID (バージョン11.0以降)または生ユーザーID (すべてのバージョン)。 |
リクエストに以下のクエリ文字列パラメーターを追加します。
キー | 値 |
---|---|
| アプリユーザーの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..." } }
この操作はサポートされていません。
この操作はサポートされていません。