Statuses/reply

跳转到: 导航, 搜索
(使用示例)
(PHP示例)
第222行: 第222行:
 
$msg=$c->reply($sid, $comment,$cid);
 
$msg=$c->reply($sid, $comment,$cid);
 
echo($msg['text'];
 
echo($msg['text'];
 
 
//users/show
 
//根据用户ID获取用户资料(授权用户)
 
$c = new WeiboClient( WB_AKEY , WB_SKEY , $_SESSION['last_key']['oauth_token'] , $_SESSION['last_key']['oauth_token_secret']  );
 
//用户ID
 
$u_id = "u_id";
 
$msg = $c->show_user($u_id);
 
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['name'].'  '.$msg['created_at']);
 
 
</pre>
 
</pre>

2010年8月4日 (三) 13:49的版本

目录

statuses/reply

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

URL

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

格式

xml, json, rss, atom

HTTP请求方式

POST

是否需要身份验证

true

请求数限制

true

请求参数

  • id 必填参数, 要评论的微博id
  • cid 必填参数, 要评论的评论id 如没有或非法则为对微博的评论
  • comment. 必填参数, 评论内容。必须做URLEncode,信息内容不超过140个汉字

使用说明

  • 如果没有登录或参数错误,将返回403错误
  • 如果id不存在,将返回400错误
  • 系统将忽略重复发布的评论信息。每次发布将比较最后一条发布评论消息,如果一样将被忽略。

返回结果

XML示例:

 <?xml version="1.0" encoding="UTF-8"?>
 <comment>
   <created_at>Fri Jan 08 13:45:07 +0800 2010</created_at>
   <id>203099</id>
   <text>dddddddddddd</text>
   <source>
     <a id="10013" href="http://t.sina.com.cn">SinaDestTop</a>
   </source>
   <user>
     <id>11055</id>
     <screen_name>name_11055</screen_name>
     <name>name_11055</name>
     <province>0</province>
     <city>0</city>
     <location></location>
     <description></description>
     <url></url>
     <profile_image_url>http://tp4.sinaimg.cn/11055/50/0</profile_image_url>
     <domain>11055</domain>
     <gender></gender>
     <followers_count>24</followers_count>
     <friends_count>51</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>Fri Jan 08 10:18:05 +0800 2010</created_at>
     <id>142314</id>
     <text>lsdjfl55</text>
     <source>
       <a id="10013" href="http://t.sina.com.cn">SinaDestTop</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>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>0</statuses_count>
       <favourites_count>34</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>
     </user>
   </status>
   <reply_comment>
     <created_at>Fri Jan 08 11:58:10 +0800 2010</created_at>
     <id>203097</id>
     <text>dddddddddddd</text>
     <source>
       <a id="10013" href="http://t.sina.com.cn">SinaDestTop</a>
     </source>
     <user>
       <id>11055</id>
       <screen_name>name_11055</screen_name>
       <name>name_11055</name>
       <province>0</province>
       <city>0</city>
       <location></location>
       <description></description>
       <profile_image_url>http://tp4.sinaimg.cn/11055/50/0</profile_image_url>
       <domain>11055</domain>
       <gender></gender>
       <followers_count>24</followers_count>
       <friends_count>51</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>
   </reply_comment>
 </comment>

JSON示例:

  {
   "created_at":"Fri Jan 08 11:58:10 +0800 2010",
   "id":203097,
   "text":"dddddddddddd",
   "source":"<a id=\"10013\" href=\"http://t.sina.com.cn/\" rel=\"nofollow\">SinaDestTop</a>",
   "user":
        {"id":11055,
         "screen_name":"name_11055",
         "name":"name_11055",
         "province":"0",
         "city":"0",
         "location":"",
         "description":"",
         "url":"",
         "profile_image_url":"http://tp4.sinaimg.cn/11055/50/0",
         "domain":"11055",
         "followers_count":24,
         "friends_count":51,
         "statuses_count":0,
         "favourites_count":0,
         "created_at":"Thu Jan 01 08:00:00 +0800 1970",
         "following":false,
         "geo_enabled":false,
         "verified":false},
   "status":{"created_at":"Fri Jan 08 10:18:05 +0800 2010",
         "id":142314,
         "text":"lsdjfl55",
         "source":"<a id=\"10013\" href=\"http://t.sina.com.cn/\" rel=\"nofollow\">SinaDestTop</a>",
         "favorited":false,
         "truncated":false,
         "in_reply_to_status_id":"",
         "in_reply_to_user_id":"",
         "in_reply_to_screen_name":"",
         "geo":null,
         "user":{"id":11075,
               "screen_name":"name_11075",
               "name":"name_11075",
               "province":"0",
               "city":"0",
               "location":"",
               "description":"",
               "url":"",               
               "profile_image_url":"http://tp4.sinaimg.cn/11075/50/0",
               "domain":"11075",
               "followers_count":28,
               "friends_count":50,
               "statuses_count":0,
               "favourites_count":34,
               "created_at":"Thu Jan 01 08:00:00 +0800 1970",
               "following":false,
               "geo_enabled":false,
               "verified":true}
         },
   "reply_comment":
        {"created_at":"Fri Jan 08 11:55:56 +0800 2010",
         "id":203094,
         "text":"ccccccc",
         "source":"<a id=\"10013\" href=\"http://t.sina.com.cn/\" rel=\"nofollow\">SinaDestTop</a>",
         "user":{"id":11055,
               "screen_name":"name_11055",
               "name":"name_11055",
               "province":"0",
               "city":"0",
               "location":"",
               "description":"",
               "url":"",
               "profile_image_url":"http://tp4.sinaimg.cn/11055/50/0",
               "domain":"11055",
               "followers_count":24,
               "friends_count":51,
               "statuses_count":0,
               "favourites_count":0,
               "created_at":"Thu Jan 01 08:00:00 +0800 1970",
               "following":false,
               "geo_enabled":false,
               "verified":false}
         }
   }

使用示例

需修改appkey

  • xml:

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

  • json:

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

PHP示例

//Statuses/reply
$c = new WeiboClient( WB_AKEY , WB_SKEY , $_SESSION['last_key']['oauth_token'] , $_SESSION['last_key']['oauth_token_secret']  );
//to be filled in
$sid='sid';
$comment='comment';
$cid='cid';
$msg=$c->reply($sid, $comment,$cid);
echo($msg['text'];