Statuses/update

跳转到: 导航, 搜索
(请求参数)
 
(未显示6个用户的41个中间版本)
第1行: 第1行:
== statuses/update ==
+
{{api_desc2|
发布一条微博信息。请求必须用POST方式提交。为防止重复,发布的信息与当前最新信息一样话,将会被忽略。
+
uri=statuses/update|
 
+
desc=发布一条微博信息。也可以同时转发某条微博。请求必须用POST方式提交。 |
=== URL===
+
format=XML/JSON|
http://api.t.sina.com.cn/statuses/update.format
+
httpMethod=POST|
 
+
needAuth=true|
=== 格式===
+
rateLimit=true|
xml, json, rss, atom
+
params={{api_args|status|true|string|要发布的微博消息文本内容}}
+
{{api_args|in_reply_to_status_id|false|int64|要转发的微博消息ID。}}
=== HTTP请求方式===
+
{{api_args|lat|false|float|纬度。有效范围:-90.0到+90.0,+表示北纬。}}
POST
+
{{api_args|long|false|float|经度。有效范围:-180.0到+180.0,+表示东经。}}
+
{{api_args_colspan|1=<font style="color:#ee6666">注意:lat和long参数需配合使用,用于标记发表微博消息时所在的地理位置,只有用户设置中geo_enabled=true时候地理位置信息才有效。</font>}}
=== 是否需要身份验证===
+
{{api_args|annotations|false|string|元数据,主要是为了方便第三方应用记录一些适合于自己使用的信息。<br/>每条微博可以包含一个或者多个元数据。请以<b>json字串</b>的形式提交,字串长度不超过512个字符,具体内容可以自定。}}|
true
+
getParam=|
+
postParam=-d 'status=abc&annotations=[{"type2":123}]'|
=== 请求数限制===
+
result=
false
+
===XML示例===
 
+
<pre>
=== 请求参数===
+
  <?xml version="1.0" encoding="UTF-8"?>
* status.  必填参数, 要更新的微博信息。必须做URLEncode,信息内容部超过140个汉字,为空返回400错误。
+
* in_reply_to_status_id.  可选参数,@ 需要回复的微博信息ID, 这个参数只有在微博内容以 @username 开头才有意义。
+
* lat. 可选参数,纬度,发表当前微博所在的地理位置,有效范围 -90.0到+90.0, +表示北纬。只有用户设置中geo_enabled=true时候地理位置才有效。(保留字段,暂不支持)
+
* long.  可选参数,经度。有效范围-180.0到+180.0, +表示东经。
+
 
+
=== 使用说明===
+
* 如果没有登录或超过发布上限,将返回403错误
+
* 系统将忽略重复发布的信息。每次发布将比较最后一条发布消息,如果一样将被忽略。因此用户不能连续提交相同信息。发布成功返回发布的信息ID,否则返回为空。
+
 
+
=== 返回 ===
+
XML示例:
+
<?xml version="1.0" encoding="UTF-8"?>
+
 
   <status>
 
   <status>
     <created_at>Tue Dec 15 13:08:23 +0800 2009</created_at>
+
     <created_at>Mon Dec 13 14:55:05 +0800 2010</created_at>
     <id>2</id>
+
     <id>4288554507</id>
     <text>莱斯科特头上有个月牙型的伤疤,要是他去扮演包公的话可以省去一笔包装费</text>
+
     <text>abcedf</text>
 
     <source>
 
     <source>
       <a href="http://t.sina.com.cn">Web</a>
+
       <a href="http://open.t.sina.com.cn">微博开放平台接口</a>
 
     </source>
 
     </source>
 
     <favorited>false</favorited>
 
     <favorited>false</favorited>
 
     <truncated>false</truncated>
 
     <truncated>false</truncated>
     <geo xmlns:georss="http://www.georss.org/georss">
+
     <geo/>
      <georss:point>23.12 -122.39697</georss:point>
+
    </geo>
+
 
     <in_reply_to_status_id></in_reply_to_status_id>
 
     <in_reply_to_status_id></in_reply_to_status_id>
 
     <in_reply_to_user_id></in_reply_to_user_id>
 
     <in_reply_to_user_id></in_reply_to_user_id>
 
     <in_reply_to_screen_name></in_reply_to_screen_name>
 
     <in_reply_to_screen_name></in_reply_to_screen_name>
 
     <user>
 
     <user>
       <id>140153</id>
+
       <id>1854740027</id>
       <screen_name>140153</screen_name>
+
       <screen_name>siegetest</screen_name>
       <name>140153</name>
+
       <name>siegetest</name>
       <province>广东</province>
+
       <province>11</province>
       <city>广州</city>
+
       <city>8</city>
       <location>广东 广州</location>
+
       <location>北京 海淀区</location>
       <description>blog: timyang.net</description>
+
       <description>ABCDE</description>
       <profile_image_url>http://portrait.sinaimg.cn/140153/50#.jpg</profile_image_url>
+
      <url></url>
      <gender></gender>
+
       <profile_image_url>http://tp4.sinaimg.cn/1854740027/50/1291272213/1</profile_image_url>
      <email></email>
+
       <domain></domain>
       <qq></qq>
+
       <gender>m</gender>
       <msn></msn>
+
       <followers_count>2</followers_count>
       <followers_count>0</followers_count>
+
       <friends_count>20</friends_count>
       <friends_count>0</friends_count>
+
       <statuses_count>39</statuses_count>
       <statuses_count>0</statuses_count>
+
 
       <favourites_count>0</favourites_count>
 
       <favourites_count>0</favourites_count>
       <created_at>Thu Jan 01 08:00:00 +0800 1970</created_at>
+
       <created_at>Thu Nov 11 00:00:00 +0800 2010</created_at>
 
       <following>false</following>
 
       <following>false</following>
 
       <verified>false</verified>
 
       <verified>false</verified>
       <profile_background_image_url></profile_background_image_url>
+
       <allow_all_act_msg>true</allow_all_act_msg>
      <url></url>
+
      <protected>false</protected>
+
      <profile_background_color>9ae4e8</profile_background_color>
+
      <profile_text_color>000000</profile_text_color>
+
      <profile_link_color>0000ff</profile_link_color>
+
      <profile_sidebar_fill_color>e0ff92</profile_sidebar_fill_color>
+
      <profile_sidebar_border_color>87bc44</profile_sidebar_border_color>
+
      <utc_offset>28800</utc_offset>
+
      <time_zone>CST</time_zone>
+
      <profile_background_tile>false</profile_background_tile>
+
      <notifications>false</notifications>
+
 
       <geo_enabled>true</geo_enabled>
 
       <geo_enabled>true</geo_enabled>
 
     </user>
 
     </user>
 +
    <annotations>
 +
      <annotation class="object">
 +
        <type2 type="number">123</type2>
 +
      </annotation>
 +
    </annotations>
 
   </status>
 
   </status>
 +
</pre>
 +
===JSON示例===
 +
<pre>
 +
{
 +
    "created_at" : "Mon Dec 13 14:56:03 +0800 2010",
 +
    "text" : "abc",
 +
    "truncated" : false,
 +
    "in_reply_to_status_id" : "",
 +
    "annotations" :
 +
    [
 +
        {
 +
            "type2" : 123
 +
        }
 +
    ],
 +
    "in_reply_to_screen_name" : "",
 +
    "geo" : null,
 +
    "user" :
 +
    {
 +
        "name" : "siegetest2",
 +
        "domain" : "",
 +
        "geo_enabled" : true,
 +
        "followers_count" : 0,
 +
        "statuses_count" : 3,
 +
        "favourites_count" : 0,
 +
        "city" : "8",
 +
        "description" : "",
 +
        "verified" : false,
 +
        "id" : 1854835127,
 +
        "gender" : "m",
 +
        "friends_count" : 20,
 +
        "screen_name" : "siegetest2",
 +
        "allow_all_act_msg" : false,
 +
        "following" : false,
 +
        "url" : "",
 +
        "profile_image_url" : "http://tp4.sinaimg.cn/1854835127/50/1291709848/1",
 +
        "created_at" : "Thu Nov 11 00:00:00 +0800 2010",
 +
        "province" : "11",
 +
        "location" : "北京 海淀区"
 +
    },
 +
    "favorited" : false,
 +
    "in_reply_to_user_id" : "",
 +
    "id" : 4288574373,
 +
    "source" : "<a href=\"http://open.t.sina.com.cn\" rel=\"nofollow\">微博开放平台接口</a>"
 +
}
 +
</pre>|
 +
useAge=
 +
* 为防止重复提交,当用户发布的微博消息与上次成功发布的微博消息内容一样时,将返回400错误,给出错误提示:“40025:Error: repeated weibo text!“。
 +
* 转发微博消息时接口的表现可参考[[statuses/repost]]|
 +
otherInfo=
 +
===Java示例===
 +
请从 [[SDK | 微博SDK开发包下载]] 下载Java SDK<br>
 +
代码示意如下:
 +
package weibo4j.examples;
 +
 +
import weibo4j.Status;
 +
import weibo4j.Weibo;
 +
 +
public class UpdateStatus {
 +
 +
/**
 +
* 发布一条微博信息
 +
* @param args
 +
*/
 +
public static void main(String[] args) {
 +
System.setProperty("weibo4j.oauth.consumerKey", Weibo.CONSUMER_KEY);
 +
    System.setProperty("weibo4j.oauth.consumerSecret", Weibo.CONSUMER_SECRET);
 +
        try {
 +
        Weibo weibo = getWeibo(true,args);
 +
        Status status = weibo.updateStatus("测试发表微博");
 +
        System.out.println(status.getId() + " : "+ status.getText()+"  "+status.getCreatedAt());
 +
       
 +
} catch (Exception 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 | 微博SDK开发包下载]] 处下载PHP SDK(支持OAuth验证之版本)<br>
 +
代码示例如下:
 +
<pre>
 +
//Statuses/update
 +
$c = new WeiboClient( WB_AKEY ,
 +
                      WB_SKEY ,
 +
                      $_SESSION['last_key']['oauth_token'] ,
 +
                      $_SESSION['last_key']['oauth_token_secret']  );
  
JSON示例:
+
$msg = $c->update("测试发表微博");
 
+
if ($msg === false || $msg === null){
    {"created_at":"Wed Jan 06 19:38:33 +0800 2010",
+
echo "Error occured";
    "id":142280,
+
return false;
    "text":"111111111111111111111",
+
}
    "source":"<a id=\"0\" href=\"http://t.sina.com.cn/\" rel=\"nofollow\">Web</a>",
+
if (isset($msg['error_code']) && isset($msg['error'])){
    "favorited":false,
+
echo ('Error_code: '.$msg['error_code'].';  Error: '.$msg['error'] );
    "truncated":false,
+
return false;
    "in_reply_to_status_id":"",
+
}
    "in_reply_to_user_id":"",
+
echo($msg['id']." : ".$msg['text']." ".$msg["created_at"]);
    "in_reply_to_screen_name":"",
+
</pre>
    "geo":null,
+
}}
    "user":{"id":11057,
+
        "screen_name":"name_11057",
+
        "name":"name_11057",
+
        "province":"0",
+
        "city":"0",
+
        "location":"",
+
        "description":"",
+
        "profile_image_url":"http://tp2.sinaimg.cn/11057/50/0",
+
        "domain":"11057",
+
        "email":"",
+
        "qq":"8990",
+
        "msn":"msn_8990",
+
        "followers_count":19,
+
        "friends_count":101,
+
        "statuses_count":0,
+
        "favourites_count":3,
+
        "created_at":"Thu Jan 01 08:00:00 +0800 1970",
+
        "following":false,
+
        "geo_enabled":false,
+
        "verified":false},
+
    "apiState":3}
+
 
+
=== 使用示例===
+
 
+
* XML:
+
 
+
curl -u user:password -d "status=playing with cURL and the Sina API" http://api.t.sina.com.cn/statuses/update.xml
+
 
+
* JSON:
+
 
+
curl -u user:password -d "status=playing with cURL and the Sina API" http://api.t.sina.com.cn/statuses/update.json
+

2012年9月24日 (一) 11:36的最后版本

目录

statuses/update

发布一条微博信息。也可以同时转发某条微博。请求必须用POST方式提交。

URL

http://api.t.sina.com.cn/statuses/update.(json%7Cxml)

支持格式

XML/JSON

HTTP请求方式

POST

是否需要登录

true
关于授权机制,参见授权机制声明

请求数限制

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

请求参数

  必选 类型及范围 说明
source true string 申请应用时分配的AppKey,调用接口时候代表应用的唯一身份。(采用OAuth授权方式不需要此参数)
status true string 要发布的微博消息文本内容
in_reply_to_status_id false int64 要转发的微博消息ID。
lat false float 纬度。有效范围:-90.0到+90.0,+表示北纬。
long false float 经度。有效范围:-180.0到+180.0,+表示东经。
注意:lat和long参数需配合使用,用于标记发表微博消息时所在的地理位置,只有用户设置中geo_enabled=true时候地理位置信息才有效。
annotations false string 元数据,主要是为了方便第三方应用记录一些适合于自己使用的信息。
每条微博可以包含一个或者多个元数据。请以json字串的形式提交,字串长度不超过512个字符,具体内容可以自定。

注意事项

  • 为防止重复提交,当用户发布的微博消息与上次成功发布的微博消息内容一样时,将返回400错误,给出错误提示:“40025:Error: repeated weibo text!“。
  • 转发微博消息时接口的表现可参考statuses/repost

返回结果

XML示例

  <?xml version="1.0" encoding="UTF-8"?>
  <status>
    <created_at>Mon Dec 13 14:55:05 +0800 2010</created_at>
    <id>4288554507</id>
    <text>abcedf</text>
    <source>
      <a href="http://open.t.sina.com.cn">微博开放平台接口</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>
    <user>
      <id>1854740027</id>
      <screen_name>siegetest</screen_name>
      <name>siegetest</name>
      <province>11</province>
      <city>8</city>
      <location>北京 海淀区</location>
      <description>ABCDE</description>
      <url></url>
      <profile_image_url>http://tp4.sinaimg.cn/1854740027/50/1291272213/1</profile_image_url>
      <domain></domain>
      <gender>m</gender>
      <followers_count>2</followers_count>
      <friends_count>20</friends_count>
      <statuses_count>39</statuses_count>
      <favourites_count>0</favourites_count>
      <created_at>Thu Nov 11 00:00:00 +0800 2010</created_at>
      <following>false</following>
      <verified>false</verified>
      <allow_all_act_msg>true</allow_all_act_msg>
      <geo_enabled>true</geo_enabled>
    </user>
    <annotations>
      <annotation class="object">
        <type2 type="number">123</type2>
      </annotation>
    </annotations>
  </status>

JSON示例

{
    "created_at" : "Mon Dec 13 14:56:03 +0800 2010",
    "text" : "abc",
    "truncated" : false,
    "in_reply_to_status_id" : "",
    "annotations" : 
    [
        {
            "type2" : 123
        }
    ],
    "in_reply_to_screen_name" : "",
    "geo" : null,
    "user" : 
    {
        "name" : "siegetest2",
        "domain" : "",
        "geo_enabled" : true,
        "followers_count" : 0,
        "statuses_count" : 3,
        "favourites_count" : 0,
        "city" : "8",
        "description" : "",
        "verified" : false,
        "id" : 1854835127,
        "gender" : "m",
        "friends_count" : 20,
        "screen_name" : "siegetest2",
        "allow_all_act_msg" : false,
        "following" : false,
        "url" : "",
        "profile_image_url" : "http://tp4.sinaimg.cn/1854835127/50/1291709848/1",
        "created_at" : "Thu Nov 11 00:00:00 +0800 2010",
        "province" : "11",
        "location" : "北京 海淀区"
    },
    "favorited" : false,
    "in_reply_to_user_id" : "",
    "id" : 4288574373,
    "source" : "<a href=\"http://open.t.sina.com.cn\" rel=\"nofollow\">微博开放平台接口</a>"
}

其他

Java示例

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

package weibo4j.examples;

import weibo4j.Status;
import weibo4j.Weibo; 

public class UpdateStatus { 

	/**
	 * 发布一条微博信息 
	 * @param args
	 */
	public static void main(String[] args) {
		System.setProperty("weibo4j.oauth.consumerKey", Weibo.CONSUMER_KEY);
    	System.setProperty("weibo4j.oauth.consumerSecret", Weibo.CONSUMER_SECRET);
       try {
       	Weibo weibo = getWeibo(true,args);
       	Status status = weibo.updateStatus("测试发表微博");
       	System.out.println(status.getId() + " : "+ status.getText()+"  "+status.getCreatedAt());
       	
		} catch (Exception 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验证之版本)
代码示例如下:

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

$msg = $c->update("测试发表微博");
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;
} 
echo($msg['id']." : ".$msg['text']." ".$msg["created_at"]);
文档更新时间: 2012-09-24