|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WeiboUser | |
|---|---|
| com.belerweb.social.qq.connect.api | |
| com.belerweb.social.qq.connect.bean | |
| Uses of WeiboUser in com.belerweb.social.qq.connect.api |
|---|
| Methods in com.belerweb.social.qq.connect.api that return types with arguments of type WeiboUser | |
|---|---|
Result<WeiboUser> |
Weibo.getInfo(String accessToken,
String openid)
获取腾讯微博登录用户的用户资料。 文档地址:http://wiki.connect.qq.com/get_info |
Result<WeiboUser> |
Weibo.getInfo(String oAuthConsumerKey,
String accessToken,
String openid)
获取腾讯微博登录用户的用户资料。 文档地址:http://wiki.connect.qq.com/get_info |
Result<WeiboUser> |
Weibo.getOtherInfo(String accessToken,
String openid,
String name)
获取腾讯微博其他用户详细信息。 文档地址:http://wiki.connect.qq.com/get_other_info |
Result<WeiboUser> |
Weibo.getOtherInfo(String oAuthConsumerKey,
String accessToken,
String openid,
String name,
String fopenid)
获取腾讯微博其他用户详细信息。 文档地址:http://wiki.connect.qq.com/get_other_info |
| Uses of WeiboUser in com.belerweb.social.qq.connect.bean |
|---|
| Methods in com.belerweb.social.qq.connect.bean that return WeiboUser | |
|---|---|
static WeiboUser |
WeiboUser.parse(org.json.JSONObject jsonObject)
|
| Methods in com.belerweb.social.qq.connect.bean that return types with arguments of type WeiboUser | |
|---|---|
List<WeiboUser> |
IdolList.getFans()
|
List<WeiboUser> |
FanList.getFans()
|
| Method parameters in com.belerweb.social.qq.connect.bean with type arguments of type WeiboUser | |
|---|---|
void |
IdolList.setFans(List<WeiboUser> fans)
|
void |
FanList.setFans(List<WeiboUser> fans)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||