Statuses/reply

跳转到: 导航, 搜索
(返回)
(statuses/reply)
第31行: 第31行:
 
XML示例:
 
XML示例:
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>
  <status>
+
  <comment>
<id>8374590856</id>
+
    <created_at>Mon Dec 28 11:07:11 +0800 2009</created_at>
  <text>微博平台很重要的一点在于多渠道,使得用户可以随时随地随意收发信息,我们会在这个 方向努力的。</text>
+
    <id>40408</id>
  <source>
+
    <text>think you</text>
    <a href="http://t.sina.com.cn">Web</a>
+
    <source>
  </source>
+
      <a id="0" href="http://t.sina.com.cn">Web</a>
  <favorited>false</favorited>
+
    </source>
  <truncated>false</truncated>
+
    <user>
  <created_at>Tue Nov 17 20:11:24 +0800 2009</created_at>
+
      <id>11075</id>
  <user>
+
      <screen_name>name_11075</screen_name>
    <id>10503</id>
+
      <name>name_11075</name>
    <screen_name>timyang</screen_name>
+
      <province></province>
    <name>Tim Yang</name>
+
      <city></city>
    <location>广州</location>
+
      <location></location>
    <description>blog: timyang.net</description>
+
      <description></description>
    <profile_image_url>http://tt8.sinaimg.cn/10503/50/1256306049</profile_image_url>
+
      <profile_image_url>http://tp4.sinaimg.cn/11075/50/0</profile_image_url>
    <followers_count>0</followers_count>
+
      <domain>11075</domain>
    <friends_count>0</friends_count>
+
      <gender></gender>
    <statuses_count>0</statuses_count>
+
      <email></email>
    <favourites_count>0</favourites_count>
+
      <qq>1817</qq>
  </user>
+
      <msn>msn_1817</msn>
</status>
+
      <followers_count>22</followers_count>
 +
      <friends_count>30</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>
 +
    </user>
 +
    <status>
 +
      <created_at>Mon Dec 28 10:37:59 +0800 2009</created_at>
 +
      <id>19105</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>
 +
      <user>
 +
        <id>11075</id>
 +
        <screen_name>name_11075</screen_name>
 +
        <name>name_11075</name>
 +
        <province></province>
 +
        <city></city>
 +
        <location></location>
 +
        <description></description>
 +
        <profile_image_url>http://tp4.sinaimg.cn/11075/50/0</profile_image_url>
 +
        <domain>11075</domain>
 +
        <gender></gender>
 +
        <email></email>
 +
        <qq>1817</qq>
 +
        <msn>msn_1817</msn>
 +
        <followers_count>22</followers_count>
 +
        <friends_count>30</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>
 +
      </user>
 +
    </status>
 +
  </comment>
  
 
=== 使用示例===
 
=== 使用示例===

2009年12月28日 (一) 11:08的版本

目录

statuses/reply

对一条微博评论信息进行回复。请求必须用POST方式提交。为防止重复,发布的信息与最后一条评论/回复信息一样话,将会被忽略。

URL

curl http://api.t.sina.com.cn/statuses/reply.format

格式

xml, json, rss, atom

HTTP请求方式

POST

是否需要身份验证

true

请求数限制

false

请求参数

  • id 必填参数, 要评论的微博id
  • cid 必填参数, 要评论的评论id
  • comment. 必填参数, 评论内容。必须做URLEncode,信息内容不超过140个汉字。


使用说明

  • 如果没有登录或超过发布上限,将返回403错误
  • 系统将忽略重复发布的评论信息。每次发布将比较最后一条发布评论消息,如果一样将被忽略。因此用户不能连续提交相同信息。发布成功返回发布的信息

ID,否则返回为空。

返回

XML示例:

<?xml version="1.0" encoding="UTF-8"?>
<comment>
   <created_at>Mon Dec 28 11:07:11 +0800 2009</created_at>
   <id>40408</id>
   <text>think you</text>
   <source>
     <a id="0" href="http://t.sina.com.cn">Web</a>
   </source>
   <user>
     <id>11075</id>
     <screen_name>name_11075</screen_name>
     <name>name_11075</name>
     <province></province>
     <city></city>
     <location></location>
     <description></description>
     <profile_image_url>http://tp4.sinaimg.cn/11075/50/0</profile_image_url>
     <domain>11075</domain>
     <gender></gender>
     <email></email>
     <qq>1817</qq>
     <msn>msn_1817</msn>
     <followers_count>22</followers_count>
     <friends_count>30</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>
   </user>
   <status>
     <created_at>Mon Dec 28 10:37:59 +0800 2009</created_at>
     <id>19105</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>
     <user>
       <id>11075</id>
       <screen_name>name_11075</screen_name>
       <name>name_11075</name>
       <province></province>
       <city></city>
       <location></location>
       <description></description>
       <profile_image_url>http://tp4.sinaimg.cn/11075/50/0</profile_image_url>
       <domain>11075</domain>
       <gender></gender>
       <email></email>
       <qq>1817</qq>
       <msn>msn_1817</msn>
       <followers_count>22</followers_count>
       <friends_count>30</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>
     </user>
   </status>
 </comment>

使用示例

cURL:

curl -u user:password -d "id=12345&status=playing with cURL and the Sina API" http://api.t.sina.com.cn/statuses/reply.xml