2/statuses/repost timeline/ids/en
statuses/repost_timeline/ids
Return the latest N reposted weibos ID of a original weibo.
URL
https://api.weibo.com/2/statuses/repost_timeline/ids.json
Supported Formats
JSON
HTTP Request Method
GET
Requires Login
true
See the Login and Authorization Mechanism Statement for login and authorization details.
Requests Count Limitation
Level:Normal
Count Limitation:true
See the Interface Access Rights Statement for the request count limitation details.
Request Parameters
Requires | Type and Range | Description | |
---|---|---|---|
source | false | string | This parameter is not needed when using OAuth.The value of this parameter is the AppKey. |
access_token | false | string | This parameter is required when using OAuth.You will get the access_token after oauth authorization. |
id | true | int64 | The original weibo ID. |
since_id | false | int64 | Return the weibos‘ID with the ID greater than (that is, more recent than) the specified ID,the default value is 0. |
max_id | false | int64 | Return the weibos’ID with the ID smaller than the specified ID or equal with the specified ID,the default value is 0. |
count | false | int | The returned count for every page.The default value is 50. |
page | false | int | The returned page.The default value is 1. |
filter_by_author | false | int | Return the weibos ID by the owner type. 0 : all types; 1 : my friend; 2 : stranger; The default value is 0. |
Notes
None
Response
JSON Example
{ "statuses": [ "3382905382185354", "3382905252160340", "3382905235630562", ... ], "previous_cursor": 0, "next_cursor": 0, "total_number": 16 }
See the Error Code Description for the error information details.
Field Description
None
Others
None
文档更新时间: 31 January 2012