子媒体

表示 Instagram 媒体相册中的 Instagram 媒体对象集合。

Requirements

Instagram AP with Instagram LogingInstagram API with Facebook Login

Access Tokens

  • Instagram User user access token

Host URL

graph.instagram.com

graph.facebook.com

Login Type

Business Login for Instagram

Facebook Login for Business

Permissions
  • instagram_business_basic
  • instagram_basic
  • pages_read_engagement

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:

  • ads_management
  • ads_read

创建

不支持此操作。

读取

获取子媒体对象

GET /<IG_MEDIA_ID>/children

返回 Instagram 媒体对象相册的 Instagram 媒体对象列表。

限制

  • 某些字段(如 permalink)不适用于相册中的照片(子媒体)。

请求示例

GET graph.facebook.com
  /17896450804038745/children

响应示例

{
  "data": [
    {
      "id": "17880997618081620"
    },
    {
      "id": "17871527143187462"
    }
  ]
}

更新

不支持此操作。

删除

不支持此操作。