表示用于发布 Instagram 媒体对象的媒体容器。
| Instagram API with Instagram Login | Instagram API with Facebook Login | |
|---|---|---|
Access Tokens |
| |
Host URL |
|
|
Login Type | Business Login for Instagram | Facebook Login for Business |
| Permissions |
|
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:
|
不支持此操作。
GET <HOST_URL>/<IG_CONTAINER_ID>
GET <HOST_URL>/<API_VERSION>/<IG_CONTAINER_ID> ?fields=<LIST_OF_FIELDS> &access_token=<ACCESS_TOKEN>
| 字段名称 | 描述 |
|---|---|
| 用于确定上传的视频是否侵犯了版权。返回的键值对包括:
|
| Instagram 容器编号,在代码示例中表现为 |
| 发布状态。若 |
| 容器的发布状态。可能的值:
|
此节点没有连线。
JSON 格式的对象,包含默认和请求的字段。
{
"<FIELD>":"<VALUE>",
...
}curl -X GET \ 'https://graph.instagram.com/17889615691921648?fields=status_code&access_token=IGQVJ...'
{
"status_code": "FINISHED",
"id": "17889615691921648"
}不支持此操作。
不支持此操作。