Method | Description | |
---|---|---|
_formatFollowState ( integer $uid, $weiba_ids, array $follow_data ) : array | 格式化,用户的关注数据 | |
_post_list ( $list ) | ||
_weiba_recommend ( $limit = 8, $width = 200, $height = 200 ) | 圈子推荐 | |
addPostDigg ( ) | 赞帖子 | |
add_post ( $imgs ) | ||
add_post_digg ( ) | ||
all_wieba ( ) | ||
comment_post ( ) : array | 评论帖子 --using | |
delPostDigg ( ) | 取消赞帖子 | |
del_post ( ) : json | 删除帖子 | |
del_post_digg ( ) | 取消赞 | |
deletePost ( ) : boolean | 删除微吧帖子 直接把PC删除的Action代码copy | |
denounce_weiba ( ) : array | 举报一条微博 --using | |
detail ( ) : array | 圈子 --using | |
detail_digest ( ) | ||
digest_all ( ) | ||
digg_lists ( ) | ||
doFollowWeiba ( ) : integer | 关注圈子 | |
favorite ( ) | 收藏帖子 | |
findWeiba ( ) | ||
getDiggList ( ) : array | 获取当前用户帖子点赞消息列表 | |
getFollowStateByWeibaids ( $uid, $weiba_ids ) : [type] | 批量获取圈子关注状态 | |
getRemind2PostReply ( ) : integer | 获取帖子评论提醒 | |
getUnreadDiggNum ( ) : integer | 获取当前用户未读的点赞列表 | |
getUserFavorite ( ) : array | 获取用户收藏的帖子列表 | |
get_weiba_url ( ) | * 微吧详情3G版链接地址 | |
post_all ( ) | ||
post_detail ( ) : array | 帖子详情 --using | |
post_one ( ) | ||
recommend_all ( ) | ||
recommend_topic ( ) | ||
recommends ( $limit = 8, $width = 200, $height = 200 ) | 推荐圈子 推荐人员 | |
search_topic ( ) | ||
setNewcount ( $weiba_id, $num = 1 ) | ||
unFollowWeiba ( ) : integer | 取消关注圈子 | |
unfavorite ( ) | 取消收藏帖子 | |
upload_photo ( ) | ||
weiba_comments ( $feed_id, $count ) : array | 获取指定分享的评论列表 --using | |
weiba_creat_my ( ) | 我创建的圈子 | |
weiba_detail ( ) : array | 圈子 --using | |
weiba_join_my ( ) | 我加入的圈子 | |
weiba_post_digg ( $feed_id, $count = 10 ) : array | 获取指定帖子的赞过的人的列表 --using |
Method | Description | |
---|---|---|
get_user_info ( $uid ) : array | 获取用户信息 --using |
public _weiba_recommend ( $limit = 8, $width = 200, $height = 200 ) |
public deletePost ( ) : boolean | ||
return | boolean |
public getFollowStateByWeibaids ( $uid, $weiba_ids ) : [type] | ||
return | [type] |
public getRemind2PostReply ( ) : integer | ||
return | integer |
public weiba_comments ( $feed_id, $count ) : array | ||
return | array | 评论列表 |
public weiba_post_digg ( $feed_id, $count = 10 ) : array | ||
return | array | 点赞的用户列表 |