Statuses/repost

跳转到: 导航, 搜索
(返回)
第30行: 第30行:
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <status>
 
  <status>
  <id>8374590856</id>
+
    <created_at>Tue Dec 01 08:51:58 +0800 2009</created_at>
  <text>微博平台很重要的一点在于多渠道,使得用户可以随时随地随意收发信息,我们会在这个 方向努力的。</text>
+
    <id>99999999</id>
  <source>
+
    <text>转发:@1141457724 </text>
    <a href="http://t.sina.com.cn">Web</a>
+
    <source>
  </source>
+
      <a href="http://t.sina.com.cn">Web</a>
  <favorited>false</favorited>
+
    </source>
  <truncated>false</truncated>
+
    <favorited>false</favorited>
  <created_at>Tue Nov 17 20:11:24 +0800 2009</created_at>
+
    <truncated>false</truncated>
  <user>
+
    <in_reply_to_status_id></in_reply_to_status_id>
    <id>10503</id>
+
    <in_reply_to_user_id></in_reply_to_user_id>
    <screen_name>timyang</screen_name>
+
    <in_reply_to_screen_name></in_reply_to_screen_name>
    <name>Tim Yang</name>
+
    <user>
    <location>广州</location>
+
      <id>1141457724</id>
    <description>blog: timyang.net</description>
+
      <screen_name>1141457724</screen_name>
    <profile_image_url>http://tt8.sinaimg.cn/10503/50/1256306049</profile_image_url>
+
      <name>1141457724</name>
    <followers_count>0</followers_count>
+
      <location>广州</location>
    <friends_count>0</friends_count>
+
      <description>blog: timyang.net</description>
    <statuses_count>0</statuses_count>
+
      <profile_image_url>http://portrait.sinaimg.cn/1141457724/50#.jpg</profile_image_url>
    <favourites_count>0</favourites_count>
+
      <followers_count>0</followers_count>
  </user>
+
      <friends_count>0</friends_count>
</status>
+
      <statuses_count>0</statuses_count>
 +
      <favourites_count>0</favourites_count>
 +
      <following>false</following>
 +
    </user>
 +
    <nowiki><rt></nowiki>
 +
      <created_at>Tue Dec 01 08:51:58 +0800 2009</created_at>
 +
      <id>100000000</id>
 +
      <text>虽然渴者只要少许的水便够了,我却很快活地给与了我全部的水。</text>
 +
      <source>
 +
        <a href="http://t.sina.com.cn">Web</a>
 +
      </source>
 +
      <favorited>false</favorited>
 +
      <truncated>false</truncated>
 +
      <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>
 +
      <thumbnail_pic>http://static16.photo.sina.com.cn/thumbnail/62988d06tcbbc377f7bbf</thumbnail_pic>
 +
      <bmiddle_pic>http://static16.photo.sina.com.cn/bmiddle/62988d06tcbbc377f7bbf</bmiddle_pic>
 +
      <original_pic>http://static16.photo.sina.com.cn/orignal/62988d06tcbbc377f7bbf</original_pic>
 +
      <user>
 +
        <id>1337040644</id>
 +
        <screen_name>1337040644</screen_name>
 +
        <name>1337040644</name>
 +
        <location>广州</location>
 +
        <description>blog: timyang.net</description>
 +
        <profile_image_url>http://portrait.sinaimg.cn/1337040644/50#.jpg</profile_image_url>
 +
        <followers_count>0</followers_count>
 +
        <friends_count>0</friends_count>
 +
        <statuses_count>0</statuses_count>
 +
        <favourites_count>0</favourites_count>
 +
        <following>false</following>
 +
      </user>
 +
    <nowiki></rt></nowiki>
 +
  </status>
  
 
=== 使用示例===
 
=== 使用示例===
 
curl -u user:password -d "status=playing with cURL and re post" http://api.t.sina.com.cn/statuses/repost.xml
 
curl -u user:password -d "status=playing with cURL and re post" http://api.t.sina.com.cn/statuses/repost.xml

2009年12月1日 (二) 09:03的版本

目录

statuses/repost

转发一条微博信息。请求必须用POST方式提交。为防止重复,发布的信息与最新信息一样话,将会被忽略。

URL

http://api.t.sina.com.cn/statuses/repost.format

格式

xml, json, rss, atom

HTTP请求方式

POST

是否需要登录

true

请求数限制

false

请求参数

  • status. 必填参数, 添加的转发信息。必须做URLEncode,信息内容不超过140个汉字。
  • mid 必填参数, 转发的微博ID
  • iscomment 选填填参数, 是否作为一条评论发布,默认为不作为评论发布

说明

  • 如果没有登录或越权发布,将返回403错误
  • 微博将忽略重复的发布。每次发布将比较登录用户的最新一条发布消息,如果一样将被忽略。因此,用户不能连续提交相同信息。 发布成功返回发布的信息ID,否则返回为空。

返回

XML示例:

<?xml version="1.0" encoding="UTF-8"?>
<status>
   <created_at>Tue Dec 01 08:51:58 +0800 2009</created_at>
   <id>99999999</id>
   <text>转发:@1141457724 </text>
   <source>
     <a href="http://t.sina.com.cn">Web</a>
   </source>
   <favorited>false</favorited>
   <truncated>false</truncated>
   <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>1141457724</id>
     <screen_name>1141457724</screen_name>
     <name>1141457724</name>
     <location>广州</location>
     <description>blog: timyang.net</description>
     <profile_image_url>50#.jpg</profile_image_url>
     <followers_count>0</followers_count>
     <friends_count>0</friends_count>
     <statuses_count>0</statuses_count>
     <favourites_count>0</favourites_count>
     <following>false</following>
   </user>
   <rt>
     <created_at>Tue Dec 01 08:51:58 +0800 2009</created_at>
     <id>100000000</id>
     <text>虽然渴者只要少许的水便够了,我却很快活地给与了我全部的水。</text>
     <source>
       <a href="http://t.sina.com.cn">Web</a>
     </source>
     <favorited>false</favorited>
     <truncated>false</truncated>
     <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>
     <thumbnail_pic>http://static16.photo.sina.com.cn/thumbnail/62988d06tcbbc377f7bbf</thumbnail_pic>
     <bmiddle_pic>http://static16.photo.sina.com.cn/bmiddle/62988d06tcbbc377f7bbf</bmiddle_pic>
     <original_pic>http://static16.photo.sina.com.cn/orignal/62988d06tcbbc377f7bbf</original_pic>
     <user>
       <id>1337040644</id>
       <screen_name>1337040644</screen_name>
       <name>1337040644</name>
       <location>广州</location>
       <description>blog: timyang.net</description>
       <profile_image_url>50#.jpg</profile_image_url>
       <followers_count>0</followers_count>
       <friends_count>0</friends_count>
       <statuses_count>0</statuses_count>
       <favourites_count>0</favourites_count>
       <following>false</following>
     </user>
   </rt>
 </status>

使用示例

curl -u user:password -d "status=playing with cURL and re post" http://api.t.sina.com.cn/statuses/repost.xml