You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Twitter . Users . Show
Retrieves information about a specific Twitter user.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves information on a Twitter user you specify using a user ID or screen name. 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}
ScreenName: twitterapi
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_sidebar_fill_color": "F8FCF2", "profile_sidebar_border_color": "547980", "profile_background_tile": true, "name": "Ryan Sarver", "profile_image_url": "http://a0.twimg.com/profile_images/1777569006/image1327396628_normal.png", "created_at": "Mon Feb 26 18:05:55 +0000 2007", "location": "San Francisco, CA", "follow_request_sent": false, "profile_link_color": "547980", "is_translator": false, "id_str": "795649", "default_profile": false, "contributors_enabled": true, "favourites_count": 3162, "url": null, "profile_image_url_https": "https://si0.twimg.com/profile_images/1777569006/image1327396628_normal.png", "utc_offset": -28800, "id": 795649, "profile_use_background_image": true, "listed_count": 1586, "profile_text_color": "594F4F", "lang": "en", "followers_count": 276334, "protected": false, "notifications": true, "profile_background_image_url_https": "https://si0.twimg.com/profile_background_images/113854313/xa60e82408188860c483d73444d53e21.png", "profile_background_color": "45ADA8", "verified": false, "geo_enabled": true, "time_zone": "Pacific Time (US & Canada)", "description": "Director, Platform at Twitter. Detroit and Boston export. Foodie and over-the-hill hockey player. @devon's lesser half", "default_profile_image": false, "profile_background_image_url": "http://a0.twimg.com/profile_background_images/113854313/xa60e82408188860c483d73444d53e21.png", "status": { "coordinates": null, "favorited": false, "truncated": false, "created_at": "Sat Aug 25 19:33:11 +0000 2012", "retweeted_status": { "coordinates": null, "favorited": false, "truncated": false, "created_at": "Sat Aug 25 19:20:36 +0000 2012", "id_str": "239442171466493953", "entities": { "urls": [ { "expanded_url": "http://nbcnews.to/NtkRTJ", "url": "http://t.co/f8ivBrVd", "indices": [ 102, 122 ], "display_url": "nbcnews.to/NtkRTJ" } ], "hashtags": [], "user_mentions": [] }, "in_reply_to_user_id_str": null, "contributors": null, "text": "Neil Armstrong has died at the age of 82 from complications from heart operations he had 3 weeks ago. http://t.co/f8ivBrVd", "retweet_count": 112, "in_reply_to_status_id_str": null, "id": 239442171466493950, "geo": null, "retweeted": false, "possibly_sensitive": false, "in_reply_to_user_id": null, "place": null, "in_reply_to_screen_name": null, "source": "web", "in_reply_to_status_id": null }, "id_str": "239445335481647105", "entities": { "urls": [ { "expanded_url": "http://nbcnews.to/NtkRTJ", "url": "http://t.co/f8ivBrVd", "indices": [ 115, 135 ], "display_url": "nbcnews.to/NtkRTJ" } ], "hashtags": [], "user_mentions": [ { "name": "NBC News", "id_str": "14173315", "id": 14173315, "indices": [ 3, 11 ], "screen_name": "NBCNews" } ] }, "in_reply_to_user_id_str": null, "contributors": null, "text": "RT @NBCNews: Neil Armstrong has died at the age of 82 from complications from heart operations he had 3 weeks ago. http://t.co/f8ivBrVd", "retweet_count": 112, "in_reply_to_status_id_str": null, "id": 239445335481647100, "geo": null, "retweeted": false, "possibly_sensitive": false, "in_reply_to_user_id": null, "place": null, "in_reply_to_screen_name": null, "source": "<a href=\"http://twitter.com\" rel=\"nofollow\">Twitter for iPhone</a>", "in_reply_to_status_id": null }, "statuses_count": 13728, "friends_count": 1780, "following": true, "show_all_inline_media": true, "screen_name": "rsarver" }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms