This operation is not supported.
GET /{user-id}/media
Get a collection of Media on a User.
Type | Requirement |
---|---|
|
GET https://graph.instagram.com/{user-id}/media ?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/17841405793187218/media?access_token=IGQVJ...'
{ "data": [ { "id": "17895695668004550" }, { "id": "17899305451014820" }, { "id": "17896450804038745" }, { "id": "17881042411086627" } ], "paging": { "cursors": { "after": "MTAxN...", "before": "NDMyN..." }, "next": "https://graph.faceb..." } }
This operation is not supported.
This operation is not supported.