Instagram (IG) Container
Updated: Jul 23, 2024
Represents a media container for publishing an Instagram media object.
Requirements
| Instagram API with Instagram Login | Instagram API with Facebook Login | |
|---|---|---|
Access Tokens |
| |
Host URL | graph.instagram.com | graph.facebook.com |
Login Type | Business Login for Instagram | Facebook Login for Business |
|
If the app user was granted a role via the Business Manager on the Page connected to the targeted IG User, you will also need one of:
|
Creating
This operation is not supported.
Reading
GET <HOST_URL>/<IG_CONTAINER_ID>Request Syntax
GET <HOST_URL>/<API_VERSION>/<IG_CONTAINER_ID>
?fields=<LIST_OF_FIELDS>
&access_token=<ACCESS_TOKEN>
Query String Parameters
| Parameter | Value |
|---|---|
access_tokenRequired String | The app user’s User access token. |
fieldsComma-separated list |
Fields
| Field Name | Description |
|---|---|
copyright_check_status | Used to determine if an uploaded video is violating copyright. Key-values pairs return include:
|
id | Instagram Container ID, represented in code examples as <IG_CONTAINER_ID> |
status | |
status_code | The container’s publishing status. Possible values:
|
Edges
There are no edges on this node.
Response
A JSON-formatted object containing default and requested fields.
{ "<FIELD>":"<VALUE>", ... }
Example Request
curl -X GET \ 'https://graph.instagram.com/17889615691921648?fields=status_code&access_token=IGQVJ...'
Sample Response
{ "status_code": "FINISHED", "id": "17889615691921648" }
Updating
This operation is not supported.
Deleting
This operation is not supported.