public class WeiboFriendshipsApi extends Object
| 构造器和说明 |
|---|
WeiboFriendshipsApi() |
| 限定符和类型 | 方法和说明 |
|---|---|
static com.alibaba.fastjson.JSONObject |
getFollowers(WeiboFollowersDto followers) |
static com.alibaba.fastjson.JSONObject |
getFollowersIds(WeiboFollowersDto followers) |
static void |
main(String[] args) |
public static com.alibaba.fastjson.JSONObject getFollowers(WeiboFollowersDto followers)
access_token - OAuth授权必填参数uid - 需要查询的用户IDscreen_name - 需要查询的用户昵称
获取用户粉丝列表接口public static com.alibaba.fastjson.JSONObject getFollowersIds(WeiboFollowersDto followers)
access_token - OAuth授权必填参数uid - 需要查询的用户IDscreen_name - 需要查询的用户昵称
获取用户粉丝UID列表接口public static void main(String[] args)
Copyright © 2022. All rights reserved.