This Choreo verifies that the specified user is a subscriber of the specified list. A complete user object is returned if the user belongs to the 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}
OwnerScreenName: qatemboo
ScreenName: aarontemboodev
Slug: testlist
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.
{
"profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png",
"verified": false,
"statuses_count": 1,
"time_zone": "Eastern Time (US & Canada)",
"default_profile": true,
"name": "William",
"profile_sidebar_border_color": "C0DEED",
"created_at": "Fri May 13 16:45:14 +0000 2011",
"contributors_enabled": false,
"id": 298083360,
"entities": {
"description": {
"urls": []
}
},
"status": {
"in_reply_to_user_id_str": null,
"place": null,
"truncated": false,
"retweeted_status": {
"in_reply_to_user_id_str": null,
"place": null,
"truncated": false,
"in_reply_to_user_id": null,
"contributors": null,
"retweet_count": 1,
"source": "web",
"created_at": "Thu Feb 02 21:30:22 +0000 2012",
"id_str": "165185311930978304",
"retweeted": true,
"id": 165185311930978300,
"geo": null,
"in_reply_to_status_id": null,
"in_reply_to_screen_name": null,
"text": "hackday is coming",
"in_reply_to_status_id_str": null,
"entities": {
"urls": [],
"user_mentions": [],
"hashtags": []
},
"coordinates": null,
"favorited": false
},
"in_reply_to_user_id": null,
"contributors": null,
"retweet_count": 1,
"source": "web",
"created_at": "Fri Feb 03 16:27:09 +0000 2012",
"id_str": "165471395546005504",
"retweeted": true,
"id": 165471395546005500,
"geo": null,
"in_reply_to_status_id": null,
"in_reply_to_screen_name": null,
"text": "RT @qatemboo: hackday is coming",
"in_reply_to_status_id_str": null,
"entities": {
"urls": [],
"user_mentions": [
{
"id_str": "97731133",
"id": 97731133,
"indices": [
3,
12
],
"screen_name": "qatemboo",
"name": "Temboo QA"
}
],
"hashtags": []
},
"coordinates": null,
"favorited": false
},
"is_translator": false,
"listed_count": 1,
"profile_background_tile": false,
"followers_count": 1,
"geo_enabled": false,
"profile_sidebar_fill_color": "DDEEF6",
"lang": "en",
"utc_offset": -18000,
"url": null,
"profile_background_color": "C0DEED",
"screen_name": "aarontemboodev",
"location": "Brooklyn",
"protected": false,
"description": "new test desc",
"profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png",
"favourites_count": 0,
"profile_link_color": "0084B4",
"id_str": "298083360",
"default_profile_image": true,
"following": false,
"profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"profile_use_background_image": true,
"notifications": false,
"profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_1_normal.png",
"profile_text_color": "333333",
"friends_count": 1,
"follow_request_sent": false
}