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

跳转到: 导航, 搜索
(以“{{Api_desc_business-en| uri=friendships/followers/active_list| desc=• Return the Top 20 list of the active or interactive followers of authorized users.| httpMetho...”为内容创建页面)
 
 
第1行: 第1行:
 
{{Api_desc_business-en|
 
{{Api_desc_business-en|
 
uri=friendships/followers/active_list|
 
uri=friendships/followers/active_list|
desc=Return the Top 20 list of the active or interactive followers of authorized users.|
+
desc=Return the Top 20 list of the active or interactive followers of authorized users.|
 
httpMethod=GET|
 
httpMethod=GET|
 
needAuth=true|
 
needAuth=true|
第10行: 第10行:
 
{
 
{
 
     "uid": "10438",
 
     "uid": "10438",
     "flag": "1",  //1活跃粉丝;2互动粉丝;
+
     "flag": "1",  //1.active followers  2.interative followers
     "result": [            //活跃或互动粉丝TOP20列表
+
     "result": [            //Top 20 list of the active or interactive followers
 
         {
 
         {
 
             "follower_uid": "32543535",
 
             "follower_uid": "32543535",
             "interact_count": "200"  //互动次数
+
             "interact_count": "200"  //number of interactions
 
         },
 
         },
 
         ....
 
         ....
第21行: 第21行:
 
</pre>|
 
</pre>|
 
resultDes=none|
 
resultDes=none|
useAge=This data is only available to V users( marked with blue “V’),otherwise no data returns.
+
useAge=*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 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 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.
+
*The data from this interface analyzes all the followers’ behavior in the previous day.
 
|
 
|
 
otherInfo=none
 
otherInfo=none
 
}}{{#a:showgrade}}
 
}}{{#a:showgrade}}

2015年7月15日 (三) 21:52的最后版本

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
api评价