Account/verify credentials

跳转到: 导航, 搜索
(返回结果:)
(JSON)
第50行: 第50行:
 
====JSON====
 
====JSON====
 
<pre>
 
<pre>
  {
+
{
    "id":11075,
+
  "id":1642466141,
    "screen_name":"name_11075",
+
  "screen_name":"huchao",
    "name":"name_11075",
+
  "name":"huchao",
    "province":"0",
+
  "province":"11",
    "city":"0",
+
  "city":"8",
    "location":"",
+
  "location":"北京 海淀区",
    "description":"",
+
  "description":"Blogger,苹果迷,Google粉。",
    "url":"",
+
  "url":"http://tuoniao.org",
    "profile_image_url":"http://tp4.sinaimg.cn/11075/50/0",
+
  "profile_image_url":"http://tp2.sinaimg.cn/1642466141/50/1281523744",
    "domain":"11075",
+
  "domain":"westy",
    "followers_count":28,
+
  "gender":"m",
    "friends_count":50,
+
  "followers_count":65,
    "statuses_count":29,
+
  "friends_count":59,
    "favourites_count":0,
+
  "statuses_count":139,
    "created_at":"Thu Jan 01 08:00:00 +0800 1970",
+
  "favourites_count":1,
    "following":false,
+
  "created_at":"Fri Aug 28 00:00:00 +0800 2009",
    "geo_enabled":false,
+
  "following":false,
    "verified":true,
+
  "allow_all_act_msg":false,
    "status":
+
  "geo_enabled":false,
          {"created_at":"Thu Jan 07 17:36:07 +0800 2010",
+
  "verified":false,
          "id":142309,
+
  "status":{
          "text":"测试",
+
      "created_at":"Tue Sep 14 15:16:49 +0800 2010",
          "source":"<a id=\"0\" href=\"http://t.sina.com.cn/\" rel=\"nofollow\">Web</a>",
+
      "id":2617110512,
          "favorited":false,
+
      "text":"请叫我杂务小队长[奥特曼] 哔哔哔哔~~~~~~(呼唤动感超人的表情)",
          "truncated":false,
+
      "source":"<a href=\"http://t.sina.com.cn\" rel=\"nofollow\">新浪微博</a>",
          "in_reply_to_status_id":"",
+
      "favorited":false,
          "in_reply_to_user_id":"",
+
      "truncated":false,
          "in_reply_to_screen_name":"",
+
      "in_reply_to_status_id":"",
          "geo":null}
+
      "in_reply_to_user_id":"",
    }
+
      "in_reply_to_screen_name":"",
 +
      "geo":null
 +
  }
 +
}
 
</pre>
 
</pre>
  

2010年9月14日 (二) 15:45的版本

目录

account/verify_credentials

如果用户新浪通行证身份验证成功且用户已经开通微博则返回 http状态为 200;如果是不则返回401的状态和错误信息。此方法用了判断用户身份是否合法且已经开通微博。

URL

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

格式

xml, json

HTTP请求方式

GET

是否需要登录

True

请求数限制

False

关于请求数限制,参见接口访问权限说明

返回结果:

XML

  <?xml version="1.0" encoding="UTF-8"?>
  <user>
    <id>11075</id>
    <screen_name>name_11075</screen_name>
    <name>name_11075</name>
    <province>0</province>
    <city>0</city>
    <location></location>
    <description></description>
    <url></url>
    <profile_image_url>http://tp4.sinaimg.cn/11075/50/0</profile_image_url>
    <domain>11075</domain>
    <gender></gender>
    <followers_count>28</followers_count>
    <friends_count>50</friends_count>
    <statuses_count>29</statuses_count>
    <favourites_count>0</favourites_count>
    <created_at>Thu Jan 01 08:00:00 +0800 1970</created_at>
    <following>false</following>
    <verified>true</verified>
    <geo_enabled>false</geo_enabled>
    <status>
      <created_at>Thu Jan 07 17:36:07 +0800 2010</created_at>
      <id>142309</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>

JSON

 {
   "id":1642466141,
   "screen_name":"huchao",
   "name":"huchao",
   "province":"11",
   "city":"8",
   "location":"北京 海淀区",
   "description":"Blogger,苹果迷,Google粉。",
   "url":"http://tuoniao.org",
   "profile_image_url":"http://tp2.sinaimg.cn/1642466141/50/1281523744",
   "domain":"westy",
   "gender":"m",
   "followers_count":65,
   "friends_count":59,
   "statuses_count":139,
   "favourites_count":1,
   "created_at":"Fri Aug 28 00:00:00 +0800 2009",
   "following":false,
   "allow_all_act_msg":false,
   "geo_enabled":false,
   "verified":false,
   "status":{
      "created_at":"Tue Sep 14 15:16:49 +0800 2010",
      "id":2617110512,
      "text":"请叫我杂务小队长[奥特曼] 哔哔哔哔~~~~~~(呼唤动感超人的表情)",
      "source":"<a href=\"http://t.sina.com.cn\" rel=\"nofollow\">新浪微博</a>",
      "favorited":false,
      "truncated":false,
      "in_reply_to_status_id":"",
      "in_reply_to_user_id":"",
      "in_reply_to_screen_name":"",
      "geo":null
   }
}

使用示例:

  • xml:

curl -u uid:password http://api.t.sina.com.cn/account/verify_credentials.xml?source=appkey

  • json:

curl -u uid:password http://api.t.sina.com.cn/account/verify_credentials.json?source=appkey

Java示例

请从 微博SDK开发包下载 下载Java SDK
代码示例如下:

package weibo4j.examples;

import weibo4j.User;
import weibo4j.Weibo;
import weibo4j.WeiboException;

public class VerifyCredentials {

	public static void main(String[] args) {
	System.setProperty("weibo4j.oauth.consumerKey", Weibo.CONSUMER_KEY);
	System.setProperty("weibo4j.oauth.consumerSecret", Weibo.CONSUMER_SECRET);
		try {
			User user = getWeibo(true,args).verifyCredentials();
			System.out.println(user.toString());
		} catch (WeiboException e) {
			e.printStackTrace();
		}
	}
	
	private static Weibo getWeibo(boolean isOauth,String[] args) {
		Weibo weibo = new Weibo();
		if(isOauth) {//oauth验证方式 args[0]:访问的token;args[1]:访问的密匙
			weibo.setToken(args[0], args[1]);
		}else {//用户登录方式
   			weibo.setUserId(args[0]);//用户名/ID
   			weibo.setPassword(args[1]);//密码
		}
		return weibo;
	}
}

PHP示例

请从 微博SDK开发包下载 处下载PHP SDK(支持OAuth验证之版本)
代码示例如下:

//account/verify_credentials
$c = new WeiboClient( WB_AKEY , 
                      WB_SKEY , 
                      $_SESSION['last_key']['oauth_token'] , 
                      $_SESSION['last_key']['oauth_token_secret']  );

$msg = $c->verify_credentials();
if ($msg === false || $msg === null){
	echo "Error occured";
	return false;
}
if (isset($msg['error_code']) && isset($msg['error'])){
	echo ('Error_code: '.$msg['error_code'].';  Error: '.$msg['error'] );
	return false;
}
if (isset($msg['name'])){
	echo($msg['name']);
}