C/2/friendships/followers/source-en

跳转到: 导航, 搜索

friendships/followers/source

Obtain source where the followers come from.

URL

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

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

Yes
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.
uid false int64 User id to be searched.

Notes

none

Response

JSON Example

{
    "uid": 10438,
    "result": {
        //找人
        "find": 36, 
   
        //搜索
        "search": 29,  
   
        //微博推荐-用户产品        
        "follower_list": 3,    // 关注粉丝列表
        "recommend": 4,    //新用户推荐
        "friend_statuses": 10,    //好友关注动态自然
        "post": 22,    //微博正文
        "others": 4, //私信群聊、兴趣 page等

        //微博推荐-商业产品  
        "new_friend": 18,    //新的好友
        "popular": 31,    //热门微博
        "follower_following": 22,    //主页tab:他的粉丝也关注了
        "feed": 50,    //首页feed推荐
        "profile": 12,    //profile关注后的推荐
        "friend_uve": 24,    //好友关注动态UVE
        "profile_feed": 11,    //个人主页feed推荐

        //站外
        "external": 2    
        }
}





Please see Error Code Description for details of error information.

Field Description

none

Others

none

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


api评价