Twitter API Explorer

statuses/home_timeline

Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. This is the equivalent of /timeline/home on the Web.

http://twitter.com/statuses/home_timeline.{{response_format}}

1 call per request

Optional Parameters:

  • Returns only statuses with an ID greater than (that is, more recent than) the specified ID.

  • Returns only statuses with an ID less than (that is, older than) or equal to the specified ID.

  • Specifies the number of statuses to retrieve. May not be greater than 200.

  • Specifies the page of results to retrieve.

Show
  • This home_timeline is identical to statuses/friends_timeline except it also contains retweets, which statuses/friends_timeline does not (for backwards compatibility reasons). In a future version of the API, statuses/friends_timeline will go away and be replaced by home_timeline.


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.
Powered by Twitter