This snapshot, taken on
27/09/2010
, shows web content acquired for preservation by The National Archives. External links, forms and search may not work in archived websites and contact details are likely to be out of date.
 
 
The UK Government Web Archive does not use cookies but some may be left in your browser from archived websites.

Basic Auth has been deprecated.

Attention! August 31, 2010 Basic Auth has been deprecated. All applications must now use OAuth. Read more »   x

Don't fret! @twitterapi is here to help! Feel free to reach out to us directly, or via our Twitter Development Talk group.

The switch to OAuth is a good thing! You, as the application developer,

  • don't have the burden of keeping potentially damaging credentials for your users (especially considering that a lot of people use the same password for multiple services);
  • don't have to worry about the user changing their password — a user can change his or her password and the OAuth "connection" to your app will still work;
  • don't have to worry about other applications masquerading as your application as only your application can set the byline with your application name;
  • will eventually have access to more trusted APIs from Twitter that will only be available to "trusted" OAuth-enabled applications; and
  • will be contributing to the web of trust between users, service providers, and applications.

Choose your authorization path.

POST :user/:list_id/create_all

Adds multiple members to a list, by specifying a comma-separated list of member ids or screen names. The authenticated user must own the list to be able to add members to it. Lists are limited to having 500 members, and you are limited to adding up to 100 members to a list at a time with this method.

URL

http://api.twitter.com/version/:user/:list_id/create_all.format

Supported formats

xml, json

Supported request methods

POST

Requires Authentication

true About authentication »

Rate Limited

false About rate limiting »

Parameters

Optional

  • user_id A comma separated list of user IDs, up to 100 are allowed in a single request.
    • http://api.twitter.com/1/twitterapidocs/firemen/create_all.xml?user_id=783214,6253282
  • screen_name A comma separated list of screen names, up to 100 are allowed in a single request.
    • http://api.twitter.com/1/twitterapidocs/firemen/create_all.xml?screen_name=twitterapi,twitter
This document last updated by episod on July 15, 2010