评论列表收藏我的收藏
收藏
我的收藏Scope: video.comment 需要申请权限 需要用户授权 该接口用于查看指定视频的实时评论列表。
当前能力内测名额已满,已暂停申请
注意:
- 抖音的 OAuth API 以https://open.douyin.com/开头。
- 调用本接口,需要授权的抖音用户是企业号企业号 。
- 注意参数中 item_id 作为 url 参数时,必须 encode,只对 item_id 单独进行 encode
状态码排查
请求地址
GET /video/comment/list/
请求头
- Content-Type: application/json
- access-token: 调用/oauth/access_token/生成的 token,此 token 需要用户授权。示例: act.1d1021d2aee3d41fee2d2add43456badMFZnrhFhfWotu3Ecuiuka27L56lr
请求参数
URL 请求
参数名称 | 参数类型 | 参数描述 | 参数示例 | 是否必填 |
---|
暂无数据
请求样例
响应参数
参数名称 | 参数类型 | 参数描述 | 参数示例 | 是否必填 |
---|
暂无数据
响应样例
{ "data": { "error_code": 0, "description": "", "cursor": 1, "has_more": true, "list": [ { "top": true, "comment_id": "", "comment_user_id": "", "content": "回复内容", "create_time": 1607399832, "digg_count": 647, "reply_comment_total": 12 } ] }, "extra": { "logid": "202008121419360101980821035705926A", "now": 1597213176393, "error_code": 0, "description": "", "sub_error_code": 0, "sub_description": "" } }
响应错误样例
{ "data": { "error_code": 2100005, "description": "Parameter error" }, "extra": { "error_code": 2100005, "description": "Parameter error", "sub_error_code": 0, "sub_description": "", "now": 1594015876138, "log_id": "2020070614111601022506808001045D59" } }
该文档是否有帮助?