2/comments/mentions/en

跳转到: 导航, 搜索

{{api_desc_v2_en| uri=comments/mentions| desc=Return the latest comments metioned the authenticating user.(That is the comment contained @username)| httpMethod=GET| needAuth=true| level=normal| rateLimit=true| params=|- |style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|since_id |style="text-align:center;text-transform:lowercase;border:1px solid #cccccc"|false |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|int64 |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|Return the comments with the ID greater than (that is, more recent than) the specified ID,the default value is 0. |- |style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|max_id |style="text-align:center;text-transform:lowercase;border:1px solid #cccccc"|false |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|int64 |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|Return the comments with the ID smaller than the specified ID or equal with the specified ID,the default value is 0. |- |style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|count |style="text-align:center;text-transform:lowercase;border:1px solid #cccccc"|false |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|int |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|The returned count for every page.The default value is 50.} |- |style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|page |style="text-align:center;text-transform:lowercase;border:1px solid #cccccc"|false |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|int |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|The returned page.The default value is 1. |- |style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|filter_by_author |style="text-align:center;text-transform:lowercase;border:1px solid #cccccc"|false |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|int |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|Return the comments by the owner type. 0 : all types; 1 : my friend; 2 : stranger; The default value is 0. |- |style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|filter_by_source |style="text-align:center;text-transform:lowercase;border:1px solid #cccccc"|false |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|int |style="text-align:left;padding-left:5px;border:1px solid #cccccc"|Return the comments by the source type. 0 : all types; 1 : from weibo; 2 : from weiqun; The default value is 0.