This Choreo adds one or more members to a list. The documentation for this Twitter resource can be found here.
Here's an example of acceptable inputs:
ConsumerKey: {YOUR CONSUMER KEY}
ConsumerSecret {YOUR CONSUMER SECRET}
AccessToken: {YOUR ACCESS TOKEN}
AccessTokenSecret: {YOUR TOKEN SECRET}
ListId: 95786344
ScreenName: qatemboo
The following is a sample of the JSON information returned by this Choreo:
Note that in cases where both id and id_str are provided in the output, it is preferable to use id_str.
{
"member_count": 1,
"full_name": "@aarontemboodev/lists/testlist",
"user": {
"verified": false,
"time_zone": "Eastern Time (US & Canada)",
"name": "William",
"profile_sidebar_border_color": "C0DEED",
"created_at": "Fri May 13 16:45:14 +0000 2011",
"contributors_enabled": false,
"favourites_count": 0,
"id": 298083360,
"entities": {
"description": {
"urls": []
}
},
"profile_background_tile": false,
"followers_count": 1,
"profile_image_url_https": "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"geo_enabled": false,
"profile_sidebar_fill_color": "DDEEF6",
"default_profile_image": true,
"lang": "en",
"utc_offset": -18000,
"url": null,
"friends_count": 1,
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"profile_background_color": "C0DEED",
"statuses_count": 1,
"default_profile": true,
"screen_name": "aarontemboodev",
"location": "Brooklyn",
"protected": false,
"description": "new test desc",
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"profile_link_color": "0084B4",
"listed_count": 0,
"id_str": "298083360",
"following": false,
"profile_use_background_image": true,
"notifications": false,
"is_translator": false,
"profile_image_url": "http://a0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"profile_text_color": "333333",
"follow_request_sent": false
},
"subscriber_count": 0,
"following": false,
"created_at": "Mon Sep 09 22:03:29 +0000 2013",
"id_str": "95786344",
"id": 95786344,
"mode": "private",
"slug": "testlist",
"uri": "/aarontemboodev/lists/testlist",
"description": "",
"name": "TestList"
}