C/2/friendships/followers/active list-en

跳转到: 导航, 搜索

friendships/followers/active_list

Return the Top 20 list of the active or interactive followers of authorized users.

URL

https://c.api.weibo.com/2/friendships/followers/active_list.json

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

true
See Login and Authorization for details.

Authorized Access Limitation

Request for all the business API:

    • 50000 times per hour per IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth, and is required when using other authorization methods. The value of this parameter is AppKey.
access_token false string This parameter is required when using OAuth, and is not needed when using other authorization methods. You will get the access_token after obtaining OAuth.
flag true int Search conditions: 1.active followers 2.interative followers

Notes

  • This data is only available to V users( marked with blue “V’),otherwise no data returns.
  • The active followers refer to those who logged in within last 30 days.
  • The interactive followers refer to those who make comment or repost the post within last 30 days.
  • The data from this interface analyzes all the followers’ behavior in the previous day.

Response

JSON Example

{
    "uid": "10438",
    "flag": "1",   //1.active followers  2.interative followers
    "result": [            //Top 20 list of the active or interactive followers
        {
            "follower_uid": "32543535",
            "interact_count": "200"   //number of interactions
        },
        ....
    ]
}

Please see Error Code Description for details of error information.

Field Description

none

Others

none

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


文档更新时间: 2015-07-15