Get a list of recent comments on a media object.
GET
/media/{media-id}/comments
comments
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.instagram.com/media//comments'
响应示例响应示例
{
"data": [
{
"created_time": "string",
"from": {
"full_name": "string",
"id": "string",
"profile_picture": "string",
"username": "string"
},
"id": "string",
"text": "string"
}
],
"meta": {
"code": 0
}
}
请求参数
Path 参数
media-id
string
必需
返回响应
修改于 2025-04-24 01:41:10