Recently Updated Documentation

July 9, 2011
Document Description
Signet de partage Introduction Le signet de partage facilite le partage de pages web sur Twitter, même sans bouton "Tweeter". Il fonctionne dans tous les grands navigateurs et s'installe aisément. Installer le signet Partager sur Twitter Pour installer le signet,...
Condividi il Bookmarklet Panoramica Il bookmarklet Condividi su Twitter facilita la condivisione di pagine web su Twitter anche quando non c'è un Pulsante Tweet. Funziona su i browser principali ed è semplice da installare. Installa il bookmarklet Condividi su Twitter Per utilizzare...
OAuth FAQ General What is OAuth? OAuth is an authentication protocol that allows users to approve application to act on their behalf without sharing their password. More information can be found at oauth.net or in the excellent Beginner's Guide to OAuth from Hueniverse. Where do I...
July 7, 2011
Document Description
History of the REST & Search API The Twitter API The Twitter API consists of three parts: two REST APIs and a Streaming API. The two distinct REST APIs are entirely due to history. Summize, Inc. was originally an independent company that provided search capability for Twitter data. Summize was later acquired and rebranded as...
July 6, 2011
Document Description
POST :user/lists/:id This method is deprecated and has been replaced by POST lists/update. Please update your applications with the new endpoint. Updates the specified list.
POST :user/lists This method is deprecated and has been replaced by POST lists/create. Please update your applications with the new endpoint. Creates a new list for the authenticated user. Accounts are limited to 20 lists.
POST :user/:list_id/subscribers This method is deprecated and has been replaced by POST lists/subscribers/create. Please update your applications with the new endpoint. Make the authenticated user follow the specified list.
POST :user/:list_id/members This method is deprecated and has been replaced by POST lists/members/create. Please update your applications with the new endpoint. Add a member to a list. The authenticated user must own the list to be able to add members to it. Lists are limited to having 500 members.
POST :user/lists/:list_id/create_all This method is deprecated and has been replaced by POST lists/members/create_all. Please update your applications with the new endpoint. Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to add...
GET :user/lists/memberships This method is deprecated and has been replaced by GET lists/memberships. Please update your applications with the new endpoint. List the lists the specified user has been added to.
GET :user/lists/:id/statuses This method is deprecated and has been replaced by GET lists/statuses. Please update your applications with the new endpoint. Show the tweet timeline for members of the specified list.
GET :user/lists/:id This method is deprecated and has been replaced by GET lists/show. Please update your applications with the new endpoint. Show the specified list. Private lists will only be shown if the authenticated user owns the specified list.
GET :user/lists This method is deprecated and has been replaced by GET lists. Please update your applications with the new endpoint. List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user who's lists are being returned.
GET :user/:list_id/subscribers/:id This method is deprecated and has been replaced by GET lists/subscribers/show. Please update your applications with the new endpoint. Check if a user is a subscriber of the specified list.
GET :user/:list_id/subscribers This method is deprecated and has been replaced by GET lists/subscribers. Please update your applications with the new endpoint. Returns the subscribers of the specified list.
GET :user/:list_id/members/:id This method is deprecated and has been replaced by GET lists/members/show. Please update your applications with the new endpoint. Check if a user is a member of the specified list. Returns the user indicated by :id if the user is a member of the list.
GET :user/:list_id/members This method is deprecated and has been replaced by GET lists/members. Please update your applications with the new endpoint. Returns the members of the specified list.
DELETE :user/lists/:id This method is deprecated and has been replaced by POST lists/destroy. Please update your applications with the new endpoint. Deletes the specified list. Must be owned by the authenticated user. Usage Note: clients who can not issue DELETE requests can POST with the added parameter _method=DELETE.
DELETE :user/:list_id/subscribers This method is deprecated and has been replaced by POST lists/subscribers/destroy. Please update your applications with the new endpoint. Unsubscribes the authenticated user form the specified list. Usage Note: clients who can not issue DELETE requests can POST with the added parameter _method=...
July 4, 2011
Document Description
Finding Tweets about Places Finding Tweets about Places You can search for Tweets about places using the place operator of the Search API. The place operator supports both Twitter place IDs and IDs from the providers listed in table later on this page. The data set aliases exist to allow you to use the existing place...