Statuses/friends timeline

跳转到: 导航, 搜索
(参数)
第16行: 第16行:
 
true
 
true
 
   
 
   
===请求数限制===
+
===请求参数===
1 call per request
+
+
===参数===
+
 
* since_id:  可选参数(微博信息ID). 只返回ID比since_id大(比since_id时间晚的)的微博信息内容。
 
* since_id:  可选参数(微博信息ID). 只返回ID比since_id大(比since_id时间晚的)的微博信息内容。
 
:o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?since_id=12345
 
:o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?since_id=12345
第29行: 第26行:
 
:o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?page=3
 
:o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?page=3
  
===返回===
+
===返回结果===
 
XML示例:
 
XML示例:
 
  <?xml version="1.0" encoding="UTF-8"?>
 
  <?xml version="1.0" encoding="UTF-8"?>
第78行: 第75行:
 
JSON:示例
 
JSON:示例
  
   [<br/>  {"created_at":"Wed Jan 06 15:46:42 +0800 2010",
+
   [
 +
  {"created_at":"Wed Jan 06 15:46:42 +0800 2010",
 
     "id":142272,
 
     "id":142272,
 
     "text":"ttfffff asf",
 
     "text":"ttfffff asf",
第108行: 第106行:
 
         "geo_enabled":false,
 
         "geo_enabled":false,
 
         "verified":true},
 
         "verified":true},
     "apiState":3}<br/>    {},<br/>    ...<br/>  ]
+
     "apiState":3}
 +
    ,{}
 +
    ,...
 +
  ]
  
 
===使用示例===
 
===使用示例===
  
* XML:
+
* xml:
  
 
curl -u user:password http://api.t.sina.com.cn/statuses/friends_timeline.xml
 
curl -u user:password http://api.t.sina.com.cn/statuses/friends_timeline.xml
  
* JSON:
+
* json:
  
 
curl -u user:password http://api.t.sina.com.cn/statuses/friends_timeline.json
 
curl -u user:password http://api.t.sina.com.cn/statuses/friends_timeline.json

2010年1月11日 (一) 10:33的版本

目录

statuses/friends_timeline

返回用户所有关注用户最新n条微博信息。和用户“我的首页”返回内容相同。

URL

http://api.t.sina.com.cn/statuses/friends_timeline.format or http://api.t.sina.com.cn/statuses/home_timeline.format

格式

xml, json

HTTP请求方式

GET

是否需要登录

true

请求参数

  • since_id: 可选参数(微博信息ID). 只返回ID比since_id大(比since_id时间晚的)的微博信息内容。
o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?since_id=12345
  • max_id: 可选参数(微博信息ID). 返回ID不大于max_id的微博信息内容。
o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?max_id=54321
  • count: 可选参数. 每次返回的最大记录数,最多返回200条。
o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?count=5
  • page: 可选参数. 返回结果的页序号。注意:有分页限制。根据用户关注对象发表的数量,通常最多返回1,000条最新微博分页内容
o 示例: http://api.t.sina.com.cn/statuses/friends_timeline.xml?page=3

返回结果

XML示例:

<?xml version="1.0" encoding="UTF-8"?>
<statuses>
<status>
   <created_at>Fri Dec 25 13:07:17 +0800 2009</created_at>
   <id>14265</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>
   <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>6719</id>
     <screen_name>name_6719</screen_name>
     <name>name_6719</name>
     <province></province>
     <city></city>
     <location></location>
     <description></description>
     <profile_image_url>http://tp4.sinaimg.cn/6719/50/0</profile_image_url>
     <domain>6719</domain>
     <gender></gender>
     <email></email>
     <qq>319</qq>
     <msn>msn_319</msn>
     <followers_count>18</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>
 ...
 </statuses>

JSON:示例

 [
  {"created_at":"Wed Jan 06 15:46:42 +0800 2010",
   "id":142272,
   "text":"ttfffff asf",
   "source":"<a id=\"0\" href=\"http://t.sina.com.cn/\" rel=\"nofollow\">Web</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":null, "city":null, "location":"", "description":"", "profile_image_url":"http://tp4.sinaimg.cn/11075/50/0", "domain":"11075", "email":"", "qq":"4102", "msn":"msn_4102", "followers_count":28, "friends_count":50, "statuses_count":0, "favourites_count":26, "created_at":"Thu Jan 01 08:00:00 +0800 1970", "following":false, "geo_enabled":false, "verified":true}, "apiState":3} ,{} ,... ]

使用示例

  • xml:

curl -u user:password http://api.t.sina.com.cn/statuses/friends_timeline.xml

  • json:

curl -u user:password http://api.t.sina.com.cn/statuses/friends_timeline.json