Removes a single status update from the Twitter timeline.
Returns a list of people who follow you.
Returns a list of people you follow.
Path |
| |
Requires authentication | Yes, if the account is private (authenticating user must be allowed by the author to view the list of friends). | |
Charged against rate limit | Yes. | |
HTTP method type | GET. | |
Optional parameters | ||
| Indicates the user ID or
username of the Twitter account whose following list you want to
view. The | |
| Indicates which page of 100 users to return. The default is 1 (users most recently followed). | |
Successful output | ||
Note
There are newer methods that allow you to get the entire list of followers and friends as user IDs. No other information is included in the Twitter API response, but it does save on pagination. See the section called “Get All Followers” and the section called “Get All Friends”.
Returns the most recent status updates made by people you follow.
Returns the most recent status updates from public accounts with custom pictures.
Path |
| |
Requires authentication | No. | |
Charged against rate limit | No. | |
HTTP method type | GET. | |
Successful output | ||
Returns the most recent status updates from people who have replied to you.
Returns a single status update with the given ID.
Path |
| |
Requires authentication | Yes, if the status update is private (authenticating user must be allowed by the author to view the text). | |
Charged against rate limit | Yes. | |
HTTP method type | GET. | |
Required parameters | ||
| Provides the record ID
for an existing status update owned by the authenticating user.
The | |
Successful output | ||
Creates a new status update authored by you.
Returns the most recent status updates for a specific account.
Help









