URLs
POST api/v1/users/{userid}/statuses.xml (or .json)
CREATE a status message by user id.
POST api/v1/users/{username}/statuses.xml (or .json)
CREATE a status message by username.
请求参数
…
URLs
GET api/v1/groups/{groupid}/statuses.xml (or .json)
SHOW status messages for a group.
GET api/v1/statuses.xml (or .json)
LIST sitewide status messages.
GET api/v1/users/{userid}/statuses…
URLs
GET api/v1/users/{userid}/statuses/{messageid}.xml (or .json)
SHOW details for a status message by user id.
GET api/v1/users/{username}/statuses/{messageid}.xml (or .json)
SHOW details for…