C/2/attitudes/to me

跳转到: 导航, 搜索
(清空页面)
 
第1行: 第1行:
{{Api_desc_business|
+
 
uri=attitudes/to_me/biz|
+
desc=获取当前登录用户收到赞的列表。|
+
httpMethod=GET|
+
needAuth=是|
+
rateLimit={{B_rate_limit}}|
+
params={{api_args|page|false|int|返回结果的页码,默认为1。}}
+
{{api_args|count|false|int|返回结果的条数数量,最大不超过200,默认为50。}}
+
{{api_args|since_id|false|int64|若指定此参数,则只返回ID比since_id大的赞信息(即比since_id发表时间晚的赞信息),默认为0。}}
+
{{api_args|max_id|false|int64|若指定此参数,则返回ID小于或等于max_id的赞信息,默认为0。}}|
+
result=
+
<pre>
+
//成功返回
+
{
+
    "attitudes": [
+
        {
+
            "id": 3479706106103106,
+
            "created_at": "Thu Aug 16 17:40:44 +0800 2012",
+
            "attitude": "smile",
+
            "last_attitude": "smile",
+
            "source": "<a href=\"http://meyou.weibo.com\" rel=\"nofollow\">密友</a>",
+
            "user": {
+
                ... // 对微博赞的用户user信息
+
            },
+
            "status": {
+
                ... // 被赞的微博status信息
+
            }
+
        },
+
        ...
+
    ],
+
    "hasvisible": false,
+
    "previous_cursor": 0,
+
    "next_cursor": 0,
+
    "total_number": 1
+
}
+
+
//失败返回
+
{
+
    "request": "/2/attitudes/to_me.json",
+
    "error_code": "243XX",
+
    "error": "error message."
+
}
+
</pre>|
+
resultDes=无|
+
useAge=无|
+
otherInfo=无
+
}}{{#a:showgrade}}
+

2016年6月8日 (三) 16:02的最后版本

文档更新时间: 2016-06-08