|
POST oauth/request_token |
Allows a Consumer application to obtain an OAuth Request Token to request user authorization. This method fulfills Section 6.1 of the OAuth 1.0 authentication flow.
It is strongly recommended you use HTTPS for all OAuth authorization steps.
Usage Note: Only ASCII values are accepted for the... |
|
GET oauth/authorize |
Allows a Consumer application to use an OAuth Request Token to request user authorization. This method fulfills Section 6.2 of the OAuth 1.0 authentication flow. Desktop applications must use this method (and cannot use GET oauth/authenticate).
Please use HTTPS for this method, and all other OAuth... |
|
POST account/update_location |
This method is deprecated and has been replaced by POST account/update_profile. Please update your applications with the new endpoint.
Sets the value of the profile location field for the authenticating user. |
|
GET statuses/friends |
This method is deprecated as it will only return information about users who have Tweeted recently. It is not a functional way to retrieve all of a users followers. Instead of using this method use a combination of GET friends/ids and GET users/lookup.
Returns a user's friends, each with current... |
|
GET statuses/followers |
This method is deprecated as it will only return information about users who have Tweeted recently. It is not a functional way to retrieve all of a users followers. Instead of using this method use a combination of GET followers/ids and GET users/lookup.
Returns the authenticating user's followers... |
|
DELETE :user/:list_id/members |
This method is deprecated and has been replaced by POST lists/members/destroy. Please update your applications with the new endpoint.
Removes the specified member from the list. The authenticated user must be the list's owner to remove members from the list.
Usage Note: clients who can not issue... |
|
About Geo Place Attributes |
Geo Place Attributes
Place Attributes are metadata about places and allow any user or application to add arbitrary metadata to a place. An attribute is a key-value
pair of arbitrary strings, but with some conventions.
Well-known attributes
There are a number of well-known place attributes which... |