Twitter API Explorer

friends/ids

Returns an array of numeric IDs for every user the specified user is following.

http://twitter.com/friends/ids.{{response_format}}

1 call per request

One of the following parameters is required:

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

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

Optional Parameters:

  • Specifies the page number of the results beginning at 1. A single page contains 5000 ids. This is recommended for users with large ID lists. If not provided all ids are returned.

Show
  • You can also use the (ambiguous) parameter - id. The ID or screen_name of the user to retrieve the friends ID list for. (Example: http://twitter.com/friends/ids/bob.xml)


* You need to first to make authenticated request.

Built by Ricky (@r1cky on Twitter)

A Django site.