リストにメンバーを追加します。メンバーを追加できるのは リストの所有者だけです。リストには最大5000人までしたメンバーを追加できないので注意してください。
POST lists/
|
https://api.twitter.com/1.1/lists/members/create.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。ユーザーIDとスクリーンネームが同じ場合に、どちらを指定しているのか明確にするために使います。
結果を取得するユーザーのスクリーンネーム。スクリーンネームとユーザーIDが同じ場合に、どちらを指定しているのか明確にするために使います。
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
required
The ID of the user for whom to return results for. Helpful for disambiguating when a valid user ID is also a valid screen name.
screen_name
required
The screen name of the user for whom to return results for. Helpful for disambiguating when a valid screen name is also a user ID.
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.json?slug=team&owner_screen_name=twitter&screen_name=kurrik
Example RequestPOST
|