public class Account extends Weibo
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getAccountPrivacy()
获取当前登录用户的隐私设置
|
List<School> |
getAccountPrpfileSchoolList()
获取所有学校列表
|
List<School> |
getAccountPrpfileSchoolList(Integer province,
Integer city,
Integer area,
Integer type,
String capital,
String keyword,
Integer count)
获取所有学校列表
|
RateLimitStatus |
getAccountRateLimitStatus()
获取当前登录用户的API访问频率限制情况
|
org.json.JSONObject |
getUid()
OAuth授权之后,获取授权用户的UID
|
public org.json.JSONObject getUid()
throws WeiboException
WeiboException - when Weibo service or network is unavailablepublic org.json.JSONObject getAccountPrivacy()
throws WeiboException
uid - WeiboException - when Weibo service or network is unavailablepublic List<School> getAccountPrpfileSchoolList() throws WeiboException
WeiboException - when Weibo service or network is unavailablepublic List<School> getAccountPrpfileSchoolList(Integer province, Integer city, Integer area, Integer type, String capital, String keyword, Integer count) throws WeiboException
province - ,city,area,type,capital,keyword,countWeiboException - when Weibo service or network is unavailablepublic RateLimitStatus getAccountRateLimitStatus() throws WeiboException
WeiboException - when Weibo service or network is unavailableCopyright © 2013. All Rights Reserved.