C/2/statuses/filter/create/biz

跳转到: 导航, 搜索

statuses/filter/create/biz

屏蔽某条微博。

URL

https://c.api.weibo.com/2/statuses/filter/create/biz.json

支持格式

JSON

HTTP请求方式

POST

是否需要登录


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

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

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

注意事项

返回结果

JSON示例

//成功返回
{
    "created_at": "Thu Jul 19 00:57:48 +0800 2012",
    "id": 3469306841459000,
    "mid": "3469306841459046",
    "idstr": "3469306841459046",
    "text": "微博内容",
    "source": "分享按钮</a>",
    "favorited": false,
    "truncated": false,
    "in_reply_to_status_id": "",
    "in_reply_to_user_id": "",
    "in_reply_to_screen_name": "",
    "thumbnail_pic": "http://ww3.sinaimg.cn/thumbnail/407e292fjw1dv1hhxttz5j.jpg",
    "bmiddle_pic": "http://ww3.sinaimg.cn/bmiddle/407e292fjw1dv1hhxttz5j.jpg",
    "original_pic": "http://ww3.sinaimg.cn/large/407e292fjw1dv1hhxttz5j.jpg",
    "geo": null,
    "user": {
        "id": 1082008899,
        "idstr": "1082008899",
        "screen_name": "柯***",
        "name": "柯***",
        "province": "11",
        "city": "8",
        "location": "北京 海淀区",
        "description": "涅磐",
        "url": "http://blog.sina.com.cn/kehaitian",
        "profile_image_url": "http://tp4.sinaimg.cn/1082009903/50/1292389634/1",
        "profile_url": "kesky",
        "domain": "kesky",
        "weihao": "",
        "gender": "m",
        "followers_count": 1553,
        "friends_count": 669,
        "statuses_count": 4561,
        "favourites_count": 60,
        "created_at": "Thu Jul 01 21:09:20 +0800 2010",
        "following": false,
        "allow_all_act_msg": false,
        "geo_enabled": true,
        "verified": false,
        "verified_type": 220,
        "allow_all_comment": true,
        "avatar_large": "http://tp4.sinaimg.cn/1082009903/180/1292389634/1",
        "verified_reason": "",
        "follow_me": false,
        "online_status": 0,
        "bi_followers_count": 319,
        "lang": "zh-cn",
        "level": 7,
        "type": 1,
        "badge": {
            "kuainv": {
                "level": 0
            },
            "uc_domain": 0,
            "enterprise": 0,
            "anniversary": 0
        }
    },
    "reposts_count": 1,
    "comments_count": 3,
    "mlevel": 0,
    "visible": {
        "type": 0,
        "list_id": 0
    }
}
//失败返回
{
    "request": "/statuses/filter/create/biz.json",
    "error_code": XXXXX,
    "error": "error message."
}

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

字段说明

其他



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


文档更新时间: 2015-06-24