Documentation
¶
Index ¶
Constants ¶
const AttitudesShowBizURL string = CUrlPreFix + "/2/attitudes/show/biz.json"
AttitudesShowBizURL : 根据微博ID返回某条微博的赞列表
const AttitudesToMeBizURL string = CUrlPreFix + "/2/attitudes/to_me/biz.json"
AttitudesToMeBizURL : 获取当前登录用户收到赞的列表
const CUrlPreFix = "https://c.api.weibo.com"
CUrlPreFix : 商业api的前缀
const CommentsByMeBizURL string = CUrlPreFix + "/2/comments/by_me/biz.json"
CommentsByMeBizURL : 获取当前登录用户发出的评论列表
const CommentsByMeOtherURL string = CUrlPreFix + "/2/comments/by_me/other.json"
CommentsByMeOtherURL : 获取某个用户发出的评论列表
const CommentsCreateBizURL string = CUrlPreFix + "/2/comments/create/biz.json"
CommentsCreateBizURL : 评论一条微博
const CommentsDestroyBizURL string = CUrlPreFix + "/2/comments/destroy/biz.json"
CommentsDestroyBizURL : 删除一条评论
const CommentsMentionsBizURL string = CUrlPreFix + "/2/comments/mentions/biz.json"
CommentsMentionsBizURL : 获取@当前登录用户的评论
const CommentsMentionsOtherURL string = CUrlPreFix + "/2/comments/mentions/other.json"
CommentsMentionsOtherURL : 获取@某人的评论
const CommentsReplyBizURL string = CUrlPreFix + "/2/comments/reply/biz.json"
CommentsReplyBizURL : 回复一条评论
const CommentsShowAllURL string = CUrlPreFix + "/2/comments/show/all.json"
CommentsShowAllURL : 返回一条微博的全部评论列表
const CommentsShowBatchBizURL string = CUrlPreFix + "/2/comments/show_batch/biz.json"
CommentsShowBatchBizURL : 批量获取评论内容
const CommentsShowBizURL string = CUrlPreFix + "/2/comments/show/biz.json"
CommentsShowBizURL : 获取当前登录用户发布的微博下的评论列表
const CommentsTimelineBizURL string = CUrlPreFix + "/2/comments/timeline/biz.json"
CommentsTimelineBizURL : 获取当前登录用户发出及收到的评论列表
const CommentsTimelineOtherURL string = CUrlPreFix + "/2/comments/timeline/other.json"
CommentsTimelineOtherURL : 获取某个用户发出和收到的评论列表
const CommentsToMeBizURL string = CUrlPreFix + "/2/comments/to_me/biz.json"
CommentsToMeBizURL : 获取当前登录用户收到的评论列表
const CommentsToMeOtherURL string = CUrlPreFix + "/2/comments/to_me/other.json"
CommentsToMeOtherURL : 获取某个用户收到的评论列表
const ContentTypeURLEncoded string = "application/x-www-form-urlencoded"
ContentTypeURLEncoded : 发送请求的类型
const FriendshipsCreateBizURL string = CUrlPreFix + "/2/friendships/create/biz.json"
FriendshipsCreateBizURL : 关注某用户
const FriendshipsDestroyBizURL string = CUrlPreFix + "/2/friendships/destroy/biz.json"
FriendshipsDestroyBizURL : 取消关注
const FriendshipsFollowersBizURL string = CUrlPreFix + "/2/friendships/followers/biz.json"
FriendshipsFollowersBizURL : 获取当前登录用户的粉丝列表
const FriendshipsFollowersDestroyBizURL string = CUrlPreFix + "/2/friendships/followers/destroy/biz.json"
FriendshipsFollowersDestroyBizURL : 移除当前登录用户的粉丝
const FriendshipsFriendsBizURL string = CUrlPreFix + "/2/friendships/friends/biz.json"
FriendshipsFriendsBizURL : 获取当前登录用户的关注列表
const FriendshipsRemarkUpdateBizURL string = CUrlPreFix + "/2/friendships/remark/update/biz.json"
FriendshipsRemarkUpdateBizURL : 更新关注人备注
const ParamNameAccessToken string = "access_token"
ParamNameAccessToken 参数accessToken的名字
const PlaceUserTimelineOtherURL string = CUrlPreFix + "/2/place/user_timeline/other.json"
PlaceUserTimelineOtherURL :获取某个用户的位置动态
const SearchStatusesLimitedURL string = CUrlPreFix + "/2/search/statuses/limited.json"
SearchStatusesLimitedURL : 搜索含某关键词的微博
const SearchSuggestionsUsersBizURL string = CUrlPreFix + "/2/search/suggestions/users/biz.json"
SearchSuggestionsUsersBizURL : 搜用户搜索建议
const StatusesCountBizURL string = CUrlPreFix + "/2/statuses/count/biz.json"
StatusesCountBizURL : 批量获取指定微博的转发数评论数喜欢数
const StatusesDestroyBizURL string = CUrlPreFix + "/2/statuses/destroy/biz.json"
StatusesDestroyBizURL : 删除一条微博信息
const StatusesFilterCreateBizURL string = CUrlPreFix + "/2/statuses/filter/create/biz.json"
StatusesFilterCreateBizURL : 屏蔽某条微博
const StatusesFriendsTimelineBizURL string = CUrlPreFix + "/2/statuses/friends_timeline/biz.json"
StatusesFriendsTimelineBizURL :获取当前登录用户及其所关注用户的最新微博
const StatusesMentionsBizURL string = CUrlPreFix + "/2/statuses/mentions/biz.json"
StatusesMentionsBizURL : 获取@当前登录用户的微博
const StatusesMentionsOtherURL string = CUrlPreFix + "/2/statuses/mentions/other.json"
StatusesMentionsOtherURL : 获取@某人的微博
const StatusesMentionsShieldBizURL string = CUrlPreFix + "/2/statuses/mentions/shield/biz.json"
StatusesMentionsShieldBizURL : 屏蔽某个@我的微博及后续由其转发引起的@提及
const StatusesPublicTimelineBizURL string = CUrlPreFix + "/2/statuses/public_timeline/biz.json"
StatusesPublicTimelineBizURL : 获取最新的公共微博
const StatusesRepostBizURL string = CUrlPreFix + "/2/statuses/repost/biz.json"
StatusesRepostBizURL : 转发一条微博信息
const StatusesRepostTimelineAllURL string = CUrlPreFix + "/2/statuses/repost_timeline/all.json"
StatusesRepostTimelineAllURL : 返回一条微博的全部转发微博列表 的URL
const StatusesRepostTimelineBizURL string = CUrlPreFix + "/2/statuses/repost_timeline/biz.json"
StatusesRepostTimelineBizURL : 获取当前登录用户发布的一条原创微博的最新转发微博
const StatusesShowBatchBizURL string = CUrlPreFix + "/2/statuses/show_batch/biz.json"
StatusesShowBatchBizURL : 根据微博ID批量获取微博信息
const StatusesUpdateBizURL string = CUrlPreFix + "/2/statuses/update/biz.json"
StatusesUpdateBizURL : 发布一条微博信息
const StatusesUploadBizURL string = CUrlPreFix + "/2/statuses/upload/biz.json"
StatusesUploadBizURL : 上传图片并发布一条微博
const StatusesUploadURLTextBizURL string = CUrlPreFix + "/2/statuses/upload_url_text/biz.json"
StatusesUploadURLTextBizURL : 发布一条微博同时指定上传的图片或图片url
const StatusesUserTimelineBatchURL string = CUrlPreFix + "/2/statuses/user_timeline_batch.json"
StatusesUserTimelineBatchURL : 批量获取用户个人微博列表
const StatusesUserTimelineBizURL string = CUrlPreFix + "/2/statuses/user_timeline/biz.json"
StatusesUserTimelineBizURL : 获取当前登录用户发布的微博
const TagsBizURL string = CUrlPreFix + "/2/tags/biz.json"
TagsBizURL : 获取当前登录用户的标签
const TagsTagsBatchOtherURL string = CUrlPreFix + "/2/tags/tags_batch/other.json"
TagsTagsBatchOtherURL : 批量获取用户标签
const UsersCountsBatchOtherURL string = CUrlPreFix + "/2/users/counts_batch/other.json"
UsersCountsBatchOtherURL : 批量获取用户的粉丝数、关注数、微博数
const UsersShowBatchOtherURL string = CUrlPreFix + "/2/users/show_batch/other.json"
UsersShowBatchOtherURL : 批量获取其他用户的基本信息
const UsersShowBizURL string = CUrlPreFix + "/2/users/show/biz.json"
UsersShowBizURL : 获取当前登录用户信息
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.