This Choreo allows you to search public user accounts on Twitter. 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}
SearchString: twitter api
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.
[
{
"id": 97731133,
"profile_text_color": "333333",
"followers_count": 3,
"geo_enabled": false,
"following": false,
"profile_background_image_url_https": "https://twimg0-a.akamaihd.net/images/themes/theme1/bg.png",
"screen_name": "qatemboo",
"profile_image_url_https": "https://twimg0-a.akamaihd.net/sticky/default_profile_images/default_profile_3_normal.png",
"profile_sidebar_border_color": "C0DEED",
"location": null,
"utc_offset": -18000,
"default_profile": true,
"name": "Temboo QA",
"is_translator": false,
"statuses_count": 30,
"profile_background_tile": false,
"follow_request_sent": false,
"profile_sidebar_fill_color": "DDEEF6",
"notifications": false,
"protected": false,
"profile_image_url": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"entities": {
"description": {
"urls": []
}
},
"listed_count": 0,
"profile_background_color": "C0DEED",
"lang": "en",
"friends_count": 2,
"id_str": "97731133",
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"created_at": "Fri Dec 18 19:23:06 +0000 2009",
"profile_link_color": "0084B4",
"default_profile_image": true,
"status": {
"coordinates": null,
"in_reply_to_status_id": null,
"geo": null,
"created_at": "Mon Dec 17 22:59:24 +0000 2012",
"id_str": "280809448564482048",
"favorited": false,
"contributors": null,
"in_reply_to_status_id_str": null,
"retweet_count": 0,
"entities": {
"urls": [],
"hashtags": [],
"user_mentions": []
},
"in_reply_to_user_id": null,
"text": "test 4 from ny",
"in_reply_to_user_id_str": null,
"place": null,
"source": "<a href=\"http://www.temboo.com\" rel=\"nofollow\">Temboo</a>",
"in_reply_to_screen_name": null,
"id": 280809448564482050,
"retweeted": false,
"truncated": false
},
"contributors_enabled": false,
"url": null,
"favourites_count": 0,
"verified": false,
"description": null,
"time_zone": "Quito",
"profile_use_background_image": true
}
]