C/2/attitudes/to me/biz-en

跳转到: 导航, 搜索

attitudes/to_me/biz

Return the like list of currently logged-in user received.

URL

https://c.api.weibo.com/2/attitudes/to_me/biz.json

Supported Formats

JSON

HTTP Request Method

GET

Requires Login

true
See the Login and Authorization Mechanism Statement for login and authorization details.

Requests Count Limitation


Request all APIs:

    • 50000/hour/IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth.The value of this parameter is the AppKey.
access_token false string This parameter is required when using OAuth.You will get the access_token after oauth authorization.
page false int The number of returned page, default is 1.
count false int The returned result count for every page, the max count is 200, default is 50.
since_id false int64 If passing this parameter, it only returns like id that is bigger than since_id (The time of like id created later than since_id), default is 0.
max_id false int64 If passing this parameter, it only returns like id that is smaller than max_id, default is 0

Notes

none

Response

JSON Example

//成功返回
{
    "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."
}

See the Error Code Description for the error information details.

Field Description

none

Others

none

Language: [[{{{2/uri}}}|中文]]


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