2/suggestions/statuses/reorder/ids/en

跳转到: 导航, 搜索

suggestions/statuses/reorder/ids

Return authentication user's friends' weibos ID list by the interest recommended order.

URL

https://api.weibo.com/2/suggestions/statuses/reorder/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.
section true int Time scale for the order.The ordered weibos were posted within n seconds from now.Supports 24 hours at the most.
count false int The returned count for every page.Default is 50.
page false int The returned page.Default is 1.

Notes

You can get the latest 500 ordered weibos ID.

Response

JSON Example

{
    "statuses": [
        "3382905382185354",
        "3382905252160340",
        "3382905235630562",
        ...
    ],
    "total_number": 500
}

See the Error Code Description for the error information details.

Field Description

None

Others

None



Language: [[{{{2/uri}}}|中文]]