Account/verify credentials

跳转到: 导航, 搜索

目录

account/verify_credentials

如果用户身份验证成功则返回 http状态为 200;如果是不则返回401的状态和错误信息。此方法用了判断用户身份是否合法。

URL:

http://api.t.sina.com.cn/account/verify_credentials.format

返回数据格式:

xml, json

请求方式:

GET

是否需要登录:

true

请求数限制:

false

返回:

XML 格式样例(部分内容删减):

<?xml version="1.0" encoding="UTF-8"?>
<user>
   <id>11075</id>
   <screen_name>11075</screen_name>
   <name>11075</name>
   <province>广东</province>
   <city>广州</city>
   <location>广东 广州</location>
   <description>blog: timyang.net</description>
   <profile_image_url>50#.jpg</profile_image_url>
   <domain></domain>
   <gender></gender>
   <email></email>
   <qq></qq>
   <msn></msn>
   <followers_count>0</followers_count>
   <friends_count>0</friends_count>
   <statuses_count>0</statuses_count>
   <favourites_count>0</favourites_count>
   <created_at>Thu Jan 01 08:00:00 +0800 1970</created_at>
   <following>false</following>
   <verified>false</verified>
   <geo_enabled>false</geo_enabled>
   <status>
     <created_at>Fri Dec 25 17:57:27 +0800 2009</created_at>
     <id>19093</id>
     <text>测试中国</text>
     <source>
       <a id="0" href="http://t.sina.com.cn">Web</a>
     </source>
     <favorited>false</favorited>
     <truncated>false</truncated>
     <geo/>
     <in_reply_to_status_id></in_reply_to_status_id>
     <in_reply_to_user_id></in_reply_to_user_id>
     <in_reply_to_screen_name></in_reply_to_screen_name>
   </status>
</user>

使用示例:

curl -u user:password http://api.t.sina.com.cn/account/verify_credentials.xml