20120331

跳转到: 导航, 搜索

影响的接口列表:


V4接口下行 comments/show 获取某条微博的评论列表(返回空值)

comments/show_batch 批量获取评论内容(返回空值)

comments/conversation 获取某条评论对应的对话内容(返回空值)


V4接口上行 comments/create 评论一条微博(返回错误代码:20202)

comments/reply 回复一条评论(返回错误代码:20202)

statuses/repost 转发一条微博信息(返回错误代码:20202)


V3接口下行 statuses/comments 根据微博消息ID返回某条微博消息的评论列表(返回空值)

short_url/comment/comments 取得包含指定单个短链接的最新微博评论内容(返回空值)


V3接口上行 statuses/comment 对一条微博信息进行评论Updated! (返回错误代码:40305)

statuses/reply 回复微博评论信息Updated! (返回错误代码:40305)


接口错误码信息:


旧版接口:

40305

错误信息:(修改前)

错误:发布评论超过上限(中文)

Error: update comment out of rate limit!(英文)


错误信息:(修改后)

错误:暂停微博评论功能(中文)

Error: Update comment temporarily suspended


新版接口: 20202

错误信息:(修改前)

不合法的评论(中文)

Illegal comment(英文)


错误信息:(修改后)

暂停微博评论功能(中文)

Error: Update comment temporarily suspended