On September 4, 2024, we announced the deprecation of the Instagram Basic Display API.
Starting December 4, 2024, all requests to the Instagram Basic Display API will return an error message. We recommend that you migrate your app to the Instagram API to avoid any disruption to your services.
代表图片、视频或相册。
不支持此操作。
GET /{media-id}
获取图像、视频或相册的字段和连线。
类型 | 要求 |
---|---|
|
GET https://graph.instagram.com/{media-id} ?fields={fields} &access_token={access-token}
添加以下查询字符串参数以扩充请求。
键 | 值 |
---|---|
| 应用用户的 Instagram 用户访问口令。 |
|
您可以使用 fields
查询字符串参数,以请求素材的下列字段。
字段名称 | 描述 |
---|---|
| 素材的说明文本。相册中的素材不可返回。注意:在文字说明中使用表情时,编码格式应该为 UTF-8,字符长度可能因使用的表情而有所不同。 |
| 素材编号。 |
| 仅适用于 Reels。如果值为 这两个值都不表示 Reels 是否实际显示在 Reels 选项卡中,因为 Reels 可能不符合资格要求或未被我们的算法选中。有关资格标准,请参阅 Reels 规范。 |
| 媒体类型。可以是 |
| 媒体网址。 |
| 媒体的永久网址。如果媒体包含受版权保护的内容,或者已被标记为侵犯版权,系统会删除此网址。 |
| 媒体的缩略图图像网址。仅适用于 |
| 媒体发布日期采用 ISO 8601 格式。 |
| 媒体所有者的帐号。 |
您可以请求将以下连线用作路径参数,或使用 fields
查询字符串参数。
连线 | 描述 |
---|---|
获取媒体相册的媒体清单。仅适用于 |
{ "{field}":"{value}", ... }
curl -X GET \ 'https://graph.instagram.com/17895695668004550?fields=id,media_type,media_url,username,timestamp&access_token=IGQVJ...'
{ "id": "17895695668004550", "media_type": "IMAGE", "media_url": "https://fb-s-b-a.akamaihd.net/...", "username": "jayposiris" "timestamp": "2017-08-31T18:10:00+0000" }
不支持此操作。
不支持此操作。