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.
Represents a collection of image and video Media on an album Media.
This operation is not supported.
GET /{media-id}/children
Get a collection of image and video Media on an album Media.
Type | Requirement |
---|---|
|
GET https://graph.instagram.com/{media-id}/children ?access_token={access-token}
Include the following query string parameters to augment the request.
Key | Value |
---|---|
| The app user's Instagram User Access Token. |
| A comma-separated list of Media fields you want returned by field-expansion for each Media node in the result set. |
A JSON-formatted object containing the data you requested.
{ "data": [], "paging": {} }
Property | Value |
---|---|
| |
| An object containing paging cursors and next/previous data set retrievial URLs. |
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..." } }
This operation is not supported.
This operation is not supported.