Twitter API Explorer

statuses/followers

Returns the authenticating user's followers, each with current status inline. They are ordered by the order in which they joined Twitter.

http://twitter.com/statuses/followers.{{response_format}}

1 call per request

One of the following parameters is required:

  • Specfies the ID of the user for whom to return the list of followers.

  • Specfies the screen name of the user for whom to return the list of followers.

Optional Parameters:

  • Specifies the page to retrieve.

Show
  • You can also use the (ambiguous) parameter - id. The ID or screen name of the user for whom to request a list of friends.
  • If the call is authenticated, then all parameters are optional and the authenticating user will be used as the user.


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.
Powered by Twitter