<?php
?>
<div>Home -> Documentation</div>
<h1>REST API Resources</h1>
<h2>Timelines</h2>
<p>Timelines are collections of Tweets, ordered with the most recent first.</p>
<table>
<tr>
<td>Resource</td>
<td>Description</td>
</tr>
<tr>
<td>GET statuses/home_timeline</td>
<td>Returns the most recent statuses, including retweets if they exist, posted by the authenticating user and the users they follow. This is the same timeline seen by a user when they login to twitter.com. This method is identical to statuses/friends_timeline, except that this method always includes...</td>
</tr>
</table>
|