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}/children
アルバムメディアの画像と動画のメディアのコレクションを取得します。
型 | 要件 |
---|---|
|
GET https://graph.instagram.com/{media-id}/children ?access_token={access-token}
リクエストに以下のクエリ文字列パラメーターを追加します。
キー | 値 |
---|---|
| アプリユーザーのInstagramユーザーアクセストークン。 |
|
リクエストしたデータを含むJSON形式のオブジェクト。
{ "data": [], "paging": {} }
curl -X GET \ 'https://graph.instagram.com/17896450804038745/children?access_token=IGQVJ...'
{ "data": [ { "id": "17880997618081620" }, { "id": "17871527143187462" } ], "paging": { "cursors": { "after": "MTAxN...", "before": "NDMyN..." }, "previous": "https://graph.faceb...", "next": "https://graph.faceb..." } }
この操作はサポートされていません。
この操作はサポートされていません。