跳转到: 导航, 搜索
第8行: 第8行:
 
<li>[[#评论|评论接口]]</li>
 
<li>[[#评论|评论接口]]</li>
 
<li>[[#用户|用户接口]]</li>
 
<li>[[#用户|用户接口]]</li>
<li>[[#公共服务|公共服务接口]]</li>
 
 
<li>[[#OAuth2|OAuth 2.0授权接口]]</li>
 
<li>[[#OAuth2|OAuth 2.0授权接口]]</li>
 
</ul>
 
</ul>
第118行: 第117行:
 
|通过个性域名获取用户信息
 
|通过个性域名获取用户信息
 
|}
 
|}
 
{|width="100%" border="0" cellspacing="0" cellpadding="0" class="wiki_table"
 
<html><colgroup><col class="tbF1"/><col class="tbF2" /><col /></colgroup></html>
 
!colspan="3" scope="col"|<span id="公共服务">公共服务</span>
 
|-
 
|rowspan="5" style="text-align:center;"|读取接口
 
|[[2/common/code_to_location|common/code_to_location]]
 
|通过地址编码获取地址名称
 
|-
 
|[[2/common/get_city|common/get_city]]
 
|获取城市列表
 
|-
 
|[[2/common/get_province|common/get_province]]
 
|获取省份列表
 
|-
 
|[[2/common/get_country|common/get_country]]
 
|获取国家列表
 
|-
 
|[[2/common/get_timezone|common/get_timezone]]
 
|获取时区配置表
 
|}
 
 
  
 
{|width="100%" border="0" cellspacing="0" cellpadding="0" class="wiki_table"
 
{|width="100%" border="0" cellspacing="0" cellpadding="0" class="wiki_table"
第177行: 第154行:
  
  
<p class="tips_txt">如果你还在使用 [[API文档|旧版接口]],请立即升级迁移到V2版接口上,[[V1_To_V2|V1到V2接口迁移指南]] 将帮助你完成迁移。</p>
+
{|width="100%" border="0" cellspacing="0" cellpadding="0" class="wiki_table"
 +
<html><colgroup><col class="tbF1"/><col class="tbF2" /><col /></colgroup></html>
 +
!colspan="3" scope="col"|<span id="公共服务">公共服务</span>
 +
|-
 +
|rowspan="5" style="text-align:center;"|读取接口
 +
|[[2/common/code_to_location|common/code_to_location]]
 +
|通过地址编码获取地址名称
 +
|-
 +
|[[2/common/get_city|common/get_city]]
 +
|获取城市列表
 +
|-
 +
|[[2/common/get_province|common/get_province]]
 +
|获取省份列表
 +
|-
 +
|[[2/common/get_country|common/get_country]]
 +
|获取国家列表
 +
|-
 +
|[[2/common/get_timezone|common/get_timezone]]
 +
|获取时区配置表
 +
|}
 +
 
  
  
 
{{#a:nobtns|noheading}}
 
{{#a:nobtns|noheading}}

2020年5月27日 (三) 12:03的版本

微博API

标识为 的接口为高级权限接口,需要申请才可以调用,申请方式请见 高级接口申请

标识为 的接口为需要单独向用户提出SCOPE授权请求的接口,用户单独授权后才可以调用,具体使用方法请见 SCOPE


粉丝服务(新手接入指南
读取接口 接收消息 接收用户私信、关注、取消关注、@等消息接口
写入接口 发送消息 向用户回复私信消息接口
生成带参数的二维码 生成带参数的二维码接口
微博
读取接口 statuses/home_timeline 获取当前登录用户及其所关注用户的最新微博
statuses/user_timeline 获取用户发布的微博
statuses/repost_timeline 返回一条原创微博的最新转发微博
statuses/mentions 获取@当前用户的最新微博
statuses/show 根据ID获取单条微博信息
statuses/count 批量获取指定微博的转发数评论数
statuses/go 根据ID跳转到单条微博页
emotions 获取官方表情
写入接口 statuses/share 第三方分享链接到微博
评论
读取接口 comments/show 获取某条微博的评论列表
comments/by_me 我发出的评论列表
comments/to_me 我收到的评论列表
comments/timeline 获取用户发送及收到的评论列表
comments/mentions 获取@到我的评论
comments/show_batch 批量获取评论内容
写入接口 comments/create 评论一条微博
comments/destroy 删除一条我的评论
comments/destroy_batch 批量删除我的评论
comments/reply 回复一条我收到的评论
用户
读取接口 users/show 获取用户信息
users/domain_show 通过个性域名获取用户信息
OAuth2(开发指南
请求授权 oauth2/authorize 请求用户授权Token
获取授权 oauth2/access_token 获取授权过的Access Token
授权查询 oauth2/get_token_info 查询用户access_token的授权相关信息
替换授权 oauth2/get_oauth2_token OAuth1.0的Access Token更换至OAuth2.0的Access Token
授权回收 oauth2/revokeoauth2 授权回收接口,帮助开发者主动取消用户的授权
其他接口 account/rate_limit_status 获取当前授权用户API访问频率限制
account/get_uid 授权之后获取用户的UID
account/profile/email 授权之后获取用户的联系邮箱


公共服务
读取接口 common/code_to_location 通过地址编码获取地址名称
common/get_city 获取城市列表
common/get_province 获取省份列表
common/get_country 获取国家列表
common/get_timezone 获取时区配置表