Method | Description | |
---|---|---|
all_topic ( ) | ||
channels_timeline ( ) : array | 获取当前用户所关注频道分类下的微博 --using | |
comment_weibo ( ) : array | 评论一条微博 --using | |
delComment ( ) : array | 删除微博评论 | |
del_weibo ( ) : array | 删除一条微博 --using | |
denounce_weibo ( ) : array | 举报一条微博 --using | |
digg_comment ( ) : array | 赞某条评论 --using | |
digg_weibo ( ) : array | 赞某条微博 --using | |
favorite_weibo ( ) : array | 收藏一条资源 --using | |
format_feed ( $feed_ids, $show_comment = 1 ) : array | 格式化手机端微博 --using | |
friends_timeline ( ) : array | 获取当前用户所关注的用户发布的微博 --using | |
getHotTopic ( ) : array | 获取热门话题 | |
getNewTopic ( ) : array | 获取正在进行的话题 | |
getWeiboStrMaxLength ( ) : integer | 获取微博限制字数 | |
get_feed_info ( $feed_id ) : array | 获取微博详情 --using | |
post_weibo ( $datas ) : array | 发布一条微博 --using | |
public_timeline ( ) : array | 获取全站最新发布微博 --using | |
recommend_timeline ( ) : array | 获取推荐最新发布微博 --using | |
repost_weibo ( ) : array | 转发一条微博 --using | |
search_at ( ) : array | 搜索@最近联系人 --using | |
search_topic ( ) : array | 搜索话题 --using | |
topic_timeline ( ) : array | 获取某个话题下的微博 --using | |
undigg_comment ( ) : array | 取消赞某条评论 --using | |
undigg_weibo ( ) : array | 取消赞某条微博 --using | |
unfavorite_weibo ( ) : array | 取消收藏 --using | |
upload_photo ( ) : array | 发布图片微博 --using | |
upload_video ( ) : array | 发布视频微博 --using | |
user_collections ( ) : array | 用户收藏的微博 --using | |
user_comments_by_me ( ) : array | 获取当前用户发出的评论 --using | |
user_comments_to_me ( ) : array | 获取当前用户收到的评论 --using | |
user_diggs_to_me ( ) : array | 获取当前用户的收到的赞 --using | |
user_mentions ( ) : array | 提到用户的微博 --using | |
user_related ( ) : array | 与我相关 | |
user_timeline ( ) : array | 用户发的微博 --using | |
weibo_comments ( $feed_id, $count ) : array | 获取指定微博的评论列表 --using | |
weibo_detail ( ) : array | 某条微博详细内容 --using | |
weibo_diggs ( $feed_id, $count = 10 ) : array | 获取指定微博的赞过的人的列表 --using | |
weibo_search_topic ( ) : array | 按话题搜索微博 --using | |
weibo_search_weibo ( ) : array | 按关键字搜索微博 --using |
Method | Description | |
---|---|---|
get_source_info ( $app, $app_row_table, $app_row_id ) : array | 获取资源信息 --using | |
get_user_info ( $uid ) : array | 获取用户信息 --using |
public channels_timeline ( ) : array | ||
return | array | 指定频道分类下的微博列表 |
public format_feed ( $feed_ids, $show_comment = 1 ) : array | ||
return | array | 微博详细信息 |
public friends_timeline ( ) : array | ||
return | array | 微博列表 |
public getWeiboStrMaxLength ( ) : integer | ||
return | integer |
public get_feed_info ( $feed_id ) : array | ||
return | array | 微博详细信息 |
public post_weibo ( $datas ) : array | ||
return | array | 状态+提示/数据 |
public public_timeline ( ) : array | ||
return | array | 微博列表 |
public recommend_timeline ( ) : array | ||
return | array | 微博列表 |
public topic_timeline ( ) : array | ||
return | array | 话题详情 |
public unfavorite_weibo ( ) : array | ||
return | array | 状态+提示 |
public user_collections ( ) : array | ||
return | array | 微博列表 |
public user_comments_by_me ( ) : array | ||
return | array | 评论列表 |
public user_comments_to_me ( ) : array | ||
return | array | 评论列表 |
public user_diggs_to_me ( ) : array | ||
return | array | 赞列表 |
public weibo_comments ( $feed_id, $count ) : array | ||
return | array | 评论列表 |
public weibo_diggs ( $feed_id, $count = 10 ) : array | ||
return | array | 点赞的用户列表 |
public weibo_search_topic ( ) : array | ||
return | array | 微博列表 |
public weibo_search_weibo ( ) : array | ||
return | array | 微博列表 |