メンバーのIDやスクリーンネームをコンマ区切りの一覧を設定し、リストに複数のメンバーを追加します。 リストの所有者でなければリストにメンバーを追加することはできません。 リストには5000人までしかメンバーを登録することはできず、このメソッドで一度に追加できるメンバーは最大100人なので注意してください。
頻繁にメンバーの追加と削除を行うとリストに問題が発生する場合があります。このメソッドを使う場合は、同じリストに対して頻繁に削除と追加を繰り返さないよう気をつけてください。
POST lists/
|
https://api.twitter.com/1.1/lists/members/create_all.json
Resource URL
|
Resource Information
Response formats
JSON
Requires authentication?
Yes
Rate limited?
Yes
|
list_id
か slug
のどちらかは必ず設定する必要があります。 list_slug
を設定した場合は、 owner_screen_name
か owner_id
のどちらかも設定する必要があります。
リストの数値型id
。
数値型idではなく slug を使ってリストを識別することができます。もしslugを使用する場合は、owner_id
パラメータや owner_screen_name
パラメータを使ってリストの所有者も指定しなければならないので注意してください。
ユーザーIDをコンマ区切りでまとめた一覧。一回のリクエストで最大100個まで設定できます。
スクリーンネームをコンマ区切りでまとめた一覧。一回のリクエストで最大100個まで設定できます。
slug
で指定したリストを所有するユーザーのスクリーンネーム。
slug
で指定したリストを所有するユーザーのユーザーID。
ParametersEither a
list_id
required
The numerical
slug
required
You can identify a list by its slug instead of its numerical id. If you decide to do so, note that you’ll also have to specify the list owner using the
user_id
optional
A comma separated list of user IDs, up to 100 are allowed in a single request.
screen_name
optional
A comma separated list of screen names, up to 100 are allowed in a single request.
owner_screen_name
optional
The screen name of the user who owns the list being requested by a
owner_id
optional
The user ID of the user who owns the list being requested by a |
ログインして登録アプリケーションの一覧を参照してください。
OAuth Signature GeneratorSign in to see a list of your registered applications. |
POST
https://api.twitter.com/1.1/lists/members/create_all.json?screen_name=rsarver,episod,jasoncosta,theseancook,kurrik,froginthevalley&list_id=23
Example RequestPOST
|