|
POST lists/create |
Creates a new list for the authenticated user. Note that you can't create more than 20 lists per account. |
|
POST account/update_profile_background_image |
Updates the authenticating user's profile background image. This method can also be used to enable or disable the profile background image.
Although each parameter is marked as optional, at least one of image, tile or use must be provided when making this request. |
|
POST account/update_profile |
Sets values that users are able to set under the "Account" tab of their settings page. Only the parameters specified will be updated. |
|
POST friendships/update |
Allows one to enable or disable retweets and device notifications from the specified user. |
|
POST friendships/create |
Allows the authenticating users to follow the user specified in the ID parameter.
Returns the befriended user in the requested format when successful. Returns a string describing the failure condition when unsuccessful. If you are already friends with the user a HTTP 403 may be returned, though for... |
|
POST statuses/destroy/:id |
Destroys the status specified by the required ID parameter. The authenticating user must be the
author of the specified status. Returns the destroyed status if successful. |
|
GET users/suggestions/:slug/members |
Access the users in a given category of the Twitter suggested user list and return their most recent status if they are not a protected user. |
|
GET users/suggestions/:slug |
Access the users in a given category of the Twitter suggested user list.
It is recommended that applications cache this data for no more than one hour. |
|
GET users/search |
Provides a simple, relevance-based search interface to public user accounts on Twitter. Try querying by topical interest, full name, company name, location, or other criteria. Exact match searches are not supported.
Only the first 1,000 matching results are available. |
|
GET users/contributors |
Returns a collection of users who can contribute to the specified account. |
|
GET statuses/home_timeline |
Returns a collection of the most recent Tweets and retweets posted by the authenticating user and the users they follow. The home timeline is central to how most users interact with the Twitter service.
Up to 800 Tweets are obtainable on the home timeline. It is more volatile for users that follow... |
|
GET users/contributees |
Returns a collection of users that the specified user can "contribute" to. |
|
GET lists/list |
Returns all lists the authenticating or specified user subscribes to, including their own. The user is specified using the user_id or screen_name parameters. If no user is given, the authenticating user is used.
This method used to be GET lists in version 1.0 of the API and has been renamed for... |
|
GET trends/place |
Returns the top 10 trending topics for a specific WOEID, if trending information is available for it.
The response is an array of "trend" objects that encode the name of the trending topic, the query parameter that can be used to search for the topic on Twitter Search, and the Twitter Search URL.... |
|
GET saved_searches/show/:id |
Retrieve the information for the saved search represented by the given id. The authenticating user must be the owner of saved search ID being requested. |
|
GET trends/available |
Returns the locations that Twitter has trending topic information for.
The response is an array of "locations" that encode the location's WOEID and some other human-readable information such as a canonical name and country the location belongs in.
A WOEID is a Yahoo! Where On Earth ID. |
|
GET lists/subscriptions |
Obtain a collection of the lists the specified user is subscribed to, 20 lists per page by default. Does not include the user's own lists. |
|
GET lists/subscribers/show |
Check if the specified user is a subscriber of the specified list. Returns the user if they are subscriber. |
|
GET lists/members/show |
Check if the specified user is a member of the specified list. |
|
GET lists/show |
Returns the specified list. Private lists will only be shown if the authenticated user owns the specified list. |