2/friendships/followers/ids/en

跳转到: 导航, 搜索

friendships/followers/ids

Return the followers ID list of a user.

URL

https://api.weibo.com/2/friendships/followers/ids.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

Level:Normal
Count Limitation:true
See the Interface Access Rights Statement for the request count limitation details.

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.
uid false int64 User ID to be queried.
screen_name false string User nickname to be queried.
count false int The returned count for every page.The default value is 500. The max value is 5000.
cursor false int The cursor of the returned data.The returned next_cursor is for the next page.The returned previous_cursor is for the previous page. Default is 0.

Notes

You must provide a parameter either uid or screen_name.

Response

JSON Example

{
    "ids": [
        1726475555,
        1404376560,
        1233616152,
        ...
    ],
    "next_cursor": 5,
    "previous_cursor": 0,
    "total_number": 668
}

See the Error Code Description for the error information details.

Field Description

None

Others

None



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


文档更新时间: 2012-01-11