C/2/project/esteelauder

跳转到: 导航, 搜索

project/esteelauder

雅诗兰黛项目接口。

URL

https://c.api.weibo.com/2/project/esteelauder.json

支持格式

JSON

HTTP请求方式

GET

是否需要登录

true
关于登录授权,参见 如何登录授权

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。

注意事项

返回结果

JSON示例

//成功返回
{
    "3488846782126089": 1,
    "3488846782246082": 0
}
//失败返回
{
    "request": "/2/attitudes/exists.json",
    "error_code": "243XX",
    "error": "error message."
}

关于错误返回值与错误代码,参见 错误代码说明

字段说明

其他



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



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}}}|中文]]


api评价