模板:Api desc business-en

跳转到: 导航, 搜索
(Login Requirement)
 
(未显示1个用户的2个中间版本)
第12行: 第12行:
 
See [[授权机制说明|Login and Authorization]] for details.
 
See [[授权机制说明|Login and Authorization]] for details.
  
==访问授权限制==
+
==Authorized Access Limitation==
 
<span style="text-transform:lowercase;font-weight:600">{{{rateLimit}}}</span><br/>
 
<span style="text-transform:lowercase;font-weight:600">{{{rateLimit}}}</span><br/>
==请求参数==
+
==Request Parameters==
 
{| border="1" cellspacing="0" cellpadding="0" width="100%" class="parameters" style="border-color: #CCCCCC;"
 
{| border="1" cellspacing="0" cellpadding="0" width="100%" class="parameters" style="border-color: #CCCCCC;"
 
|-
 
|-
 
!width="10%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|&nbsp;
 
!width="10%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|&nbsp;
!width="5%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|必选
+
!width="5%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|Requires
!width="10%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|类型及范围
+
!width="10%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|Type and Range
!width="75%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|说明
+
!width="75%" style="text-align:center;font-weight:bolder;border:1px solid #cccccc"|Description
{{api_args|source|false|string|采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。}}
+
{{api_args|source|false|string|This parameter is not needed when using OAuth, and is required when using other authorization methods. The value of this parameter is AppKey.}}
{{api_args|access_token|false|string|采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。}}
+
{{api_args|access_token|false|string|This parameter is required when using OAuth, and is not needed when using other authorization methods. You will get the access_token after obtaining OAuth.}}
 
{{{params}}}
 
{{{params}}}
 
|}
 
|}
==注意事项==
+
==Notes==
 
{{{useAge}}}
 
{{{useAge}}}
==返回结果 ==
+
==Response==
<span style="text-transform:uppercase;font-weight:600">JSON示例</span><br/>
+
<span style="text-transform:uppercase;font-weight:600">JSON Example</span><br/>
 
{{{result}}}<br/>
 
{{{result}}}<br/>
关于错误返回值与错误代码,参见 [[error_code|错误代码说明]]
+
Please see [[error_code|Error Code Description]] for details of error information.
==字段说明==
+
 
 +
==Field Description==
 
{{{resultDes}}}
 
{{{resultDes}}}
==其他==
+
==Others==
 
{{{otherInfo}}}
 
{{{otherInfo}}}
 
<br/><br/>
 
<br/><br/>
 
<span style="display:none;">{{languages|{{{2/uri}}}}}</span>
 
<span style="display:none;">{{languages|{{{2/uri}}}}}</span>
 
{{#a:showgrade}}__NOTOC__
 
{{#a:showgrade}}__NOTOC__

2015年7月15日 (三) 21:29的最后版本

{{{uri}}}

{{{desc}}}

URL

https://c.api.weibo.com/2/{{{uri}}}.json

Supported Formats

JSON

HTTP Request Method

{{{httpMethod}}}

Login Requirement

{{{needAuth}}}
See Login and Authorization for details.

Authorized Access Limitation

{{{rateLimit}}}

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth, and is required when using other authorization methods. The value of this parameter is AppKey.
access_token false string This parameter is required when using OAuth, and is not needed when using other authorization methods. You will get the access_token after obtaining OAuth.

{{{params}}}

Notes

{{{useAge}}}

Response

JSON Example
{{{result}}}
Please see Error Code Description for details of error information.

Field Description

{{{resultDes}}}

Others

{{{otherInfo}}}

Language: [[{{{2/uri}}}|中文]]


文档更新时间: 2015-07-15
api评价