Twitter API Explorer

statuses/friends

Returns a user's friends, each with current status inline. They are ordered by the order in which they were added as friends. Defaults to the authenticated user's friends. It's also possible to request another user's friends list via the id parameter.

http://twitter.com/statuses/friends.{{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 friends.

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

Optional Parameters:

  • Specifies the page of friends to receive.

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.