Current Slide
Small screen detected. You are viewing the mobile version of SlideWiki. If you wish to edit slides you will need to use a larger device.
Twitter REST API – Retrieve User Timeline
- Retrieves collection of 20 most recent tweets posted by user.
Method: | statuses/user_timeline | ||
Description: | Returns the 20 most recent statuses posted from the authenticated user. It's also possible to request another user's timeline via the id parameter. | ||
URL: | http://api.twitter.com/1/statuses/user_timeline.format | ||
Formats: | xml, json, rss, atom | ||
HTTP Method: | GET | ||
Parameters: | id | optional | Specifies the ID or screen name of the user for whom to return the user timeline. |
since_id | optional | Returns only statuses with an ID greater than (that is, more recent than) the specified ID. | |
max_id | optional | Returns only statuses with an ID less than (that is, older than) or equal to the specified ID. |
Speaker notes:
Content Tools
Tools
Sources (0)
Tags (0)
Comments (0)
History
Usage
Questions (0)
Playlists (0)
Sources
There are currently no sources for this slide.