Represents a media container for publishing an Instagram post. Refer to the Content Publishing guide for complete publishing steps.
This operation is not supported.
GET /{ig-container-id}
Get fields and edges on an IG Container.
Type | Description |
---|---|
If the app user was granted a role on the Page via the Business Manager, one of the following permissions is also required: |
GET https://graph.facebook.com/{ig-container-id} ?fields={fields} &access_token={access-token}
Parameter | Value |
---|---|
| The app user's User access token. |
| A comma-separated list of fields and edges you want returned. If omitted, default fields will be returned. |
Field Name | Description |
---|---|
| IG Container ID. |
| Publishing status. If |
| The container's publishing status. Possible values:
|
There are no edges on this node.
A JSON-formatted object containing default and requested fields.
{ "{field}":"{value}", ... }
curl -X GET \ 'https://graph.facebook.com/17889615691921648?fields=status_code&access_token=IGQVJ...'
{ "status_code": "FINISHED", "id": "17889615691921648" }
This operation is not supported.
This operation is not supported.