| Package | Description |
|---|---|
| weibo4j | |
| weibo4j.http | |
| weibo4j.model |
| Modifier and Type | Method and Description |
|---|---|
CommentWapper |
Comments.getCommentById(String id,
Paging page,
Integer filter_by_author)
根据微博ID返回某条微博的评论列表
|
CommentWapper |
Comments.getCommentByMe(Paging page,
Integer filter_by_source)
获取当前登录用户所发出的评论列表
|
CommentWapper |
Comments.getCommentMentions(Paging page,
Integer filter_by_source,
Integer filter_by_author)
获取最新的提到当前登录用户的评论,即@我的评论
|
CommentWapper |
Comments.getCommentTimeline(Paging page)
获取当前登录用户的最新评论包括接收到的与发出的
|
CommentWapper |
Comments.getCommentToMe(Paging page,
Integer filter_by_source,
Integer filter_by_author)
获取当前登录用户所接收到的评论列表
|
List<Favorites> |
Favorite.getFavorites(Paging page)
获取当前登录用户的收藏列表
|
List<Favorites> |
Favorite.getFavoritesByTags(String tid,
Paging page)
根据标签获取当前登录用户该标签下的收藏列表
|
org.json.JSONObject |
Favorite.getFavoritesIds(Paging page)
获取当前登录用户的收藏列表ID
|
UserWapper |
Friendships.getFriendsBilateral(String uid,
Integer sort,
Paging page)
获取用户的双向关注列表,即互粉列表
|
String[] |
Friendships.getFriendsBilateralIds(String uid,
Integer sort,
Paging page)
获取用户双向关注的用户ID列表,即互粉UID列表
|
UserWapper |
Friendships.getFriendsInCommon(String uid,
String suid,
Paging page)
获取两个用户之间的共同关注人列表
|
StatusWapper |
Timeline.getFriendsTimeline(Integer baseAPP,
Integer feature,
Paging paging)
获取当前登录用户及其所关注用户的最新微博消息。
和用户登录 http://weibo.com 后在“我的首页”中看到的内容相同。 |
org.json.JSONObject |
Timeline.getFriendsTimelineIds(Integer baseAPP,
Integer feature,
Paging paging) |
StatusWapper |
Timeline.getHomeTimeline(Integer baseAPP,
Integer feature,
Paging paging)
获取当前登录用户及其所关注用户的最新微博消息。
和用户登录 http://weibo.com 后在“我的首页”中看到的内容相同。 |
StatusWapper |
Timeline.getMentions(Paging page,
Integer filter_by_author,
Integer filter_by_source,
Integer filter_by_type)
获取最新的提到登录用户的微博列表,即@我的微博
|
org.json.JSONObject |
Timeline.getMentionsIds(Paging page,
Integer filter_by_author,
Integer filter_by_source,
Integer filter_by_type) |
StatusWapper |
Timeline.getRepostByMe(Paging page)
获取当前用户最新转发的微博列表
|
StatusWapper |
Timeline.getRepostTimeline(String id,
Paging page)
获取指定微博的转发微博列表
|
List<Tag> |
Tags.getTags(String uid,
Paging page)
返回指定用户的标签列表
|
List<UserTrend> |
Trend.getTrends(String uid,
Paging page)
获取某人的话题列表
|
StatusWapper |
Timeline.getUserTimelineByName(String screen_name,
Paging page,
Integer base_app,
Integer feature) |
StatusWapper |
Timeline.getUserTimelineByUid(String uid,
Paging page,
Integer base_app,
Integer feature)
获取某个用户最新发表的微博列表
|
StatusWapper |
Suggestion.suggestionsStatusesHot(int type,
int isPic,
Paging page) |
| Modifier and Type | Method and Description |
|---|---|
Response |
HttpClient.get(String url,
PostParameter[] params,
Paging paging) |
| Modifier and Type | Method and Description |
|---|---|
Paging |
Paging.count(int count) |
Paging |
Paging.maxId(long maxId) |
Paging |
Paging.sinceId(int sinceId) |
Paging |
Paging.sinceId(long sinceId) |
Copyright © 2013. All Rights Reserved.