public class Suggestion extends Weibo
| Constructor and Description |
|---|
Suggestion() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONArray |
suggestionsFavoritesHot()
返回系统推荐的热门收藏
|
org.json.JSONArray |
suggestionsFavoritesHot(int page,
int count) |
StatusWapper |
suggestionsStatusesHot(int type,
int isPic)
获取微博精选推荐
|
StatusWapper |
suggestionsStatusesHot(int type,
int isPic,
Paging page) |
UserWapper |
suggestionsUsersByStatus(String content)
根据一段微博正文推荐相关微博用户
|
UserWapper |
suggestionsUsersByStatus(String content,
int num) |
org.json.JSONArray |
suggestionsUsersHot()
返回系统推荐的热门用户列表
|
org.json.JSONArray |
suggestionsUsersHot(String category) |
org.json.JSONArray |
suggestionsUsersMayInterested()
获取用户可能感兴趣的人
|
org.json.JSONArray |
suggestionsUsersMayInterested(int count,
int page) |
User |
suggestionsUsersNot_interested(String uid)
把某人标识为不感兴趣的人
|
public org.json.JSONArray suggestionsUsersHot()
throws WeiboException
WeiboException - when Weibo service or network is unavailablepublic org.json.JSONArray suggestionsUsersHot(String category) throws WeiboException
WeiboExceptionpublic org.json.JSONArray suggestionsUsersMayInterested()
throws WeiboException
WeiboException - when Weibo service or network is unavailablepublic org.json.JSONArray suggestionsUsersMayInterested(int count,
int page)
throws WeiboException
WeiboExceptionpublic UserWapper suggestionsUsersByStatus(String content) throws WeiboException
WeiboException - when Weibo service or network is unavailablepublic UserWapper suggestionsUsersByStatus(String content, int num) throws WeiboException
WeiboExceptionpublic StatusWapper suggestionsStatusesHot(int type, int isPic) throws WeiboException
WeiboException - when Weibo service or network is unavailablepublic StatusWapper suggestionsStatusesHot(int type, int isPic, Paging page) throws WeiboException
WeiboExceptionpublic org.json.JSONArray suggestionsFavoritesHot()
throws WeiboException
WeiboException - when Weibo service or network is unavailablepublic org.json.JSONArray suggestionsFavoritesHot(int page,
int count)
throws WeiboException
WeiboExceptionpublic User suggestionsUsersNot_interested(String uid) throws WeiboException
WeiboException - when Weibo service or network is unavailableCopyright © 2013. All Rights Reserved.