C/2/attitudes/show/biz-en

跳转到: 导航, 搜索

attitudes/show/biz

Return the like list of a specified status according to weibo id.

URL

https://c.api.weibo.com/2/attitudes/show/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.
id true int64 The id of a status post.
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

//successful returns 
{
    "attitudes": [
        {
            "id": 347931327225545,
            "created_at": "Wed Aug 15 15:39:50 +0800 2012",
            "attitude": "heart",
            "last_attitude": "heart",
            "source": "<a href=\"http://meyou.weibo.com\" rel=\"nofollow\">密友</a>",
            "user": {
                // user信息
            },
            "status": {
                // status信息
            }
        },
        ...
    ],
    "hasvisible": true,
    "previous_cursor": 0,
    "next_cursor": 3479224092555669,
    "total_number": 71
}
 
//failed returns
{
    "request": "/2/attitudes/show.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