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 . Favorites . ListFavorites
Retrieves the 20 most recent Tweets favorited by the authenticating or specified 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 the 20 most recent Tweets favorited by the authenticating or specified user. 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}
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.
[ { "created_at": "Wed Sep 04 12:17:24 +0000 2013", "id": 375231115604529150, "id_str": "375231115604529152", "text": "f3e49e4c-155b-11e3-9383-0016361ebdcc", "source": "<a href=\"http://www.temboo.com\" rel=\"nofollow\">Temboo</a>", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 97731133, "id_str": "97731133", "name": "Temboo QA", "screen_name": "qatemboo", "location": "", "description": "", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 4, "friends_count": 2, "listed_count": 1, "created_at": "Fri Dec 18 19:23:06 +0000 2009", "favourites_count": 0, "utc_offset": -18000, "time_zone": "Quito", "geo_enabled": false, "verified": false, "statuses_count": 107, "lang": "en", "contributors_enabled": false, "is_translator": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": true, "following": null, "follow_request_sent": false, "notifications": null }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 0, "favorite_count": 1, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": true, "retweeted": false, "lang": "id" }, { "created_at": "Thu Feb 02 21:30:22 +0000 2012", "id": 165185311930978300, "id_str": "165185311930978304", "text": "hackday is coming", "source": "web", "truncated": false, "in_reply_to_status_id": null, "in_reply_to_status_id_str": null, "in_reply_to_user_id": null, "in_reply_to_user_id_str": null, "in_reply_to_screen_name": null, "user": { "id": 97731133, "id_str": "97731133", "name": "Temboo QA", "screen_name": "qatemboo", "location": "", "description": "", "url": null, "entities": { "description": { "urls": [] } }, "protected": false, "followers_count": 4, "friends_count": 2, "listed_count": 1, "created_at": "Fri Dec 18 19:23:06 +0000 2009", "favourites_count": 0, "utc_offset": -18000, "time_zone": "Quito", "geo_enabled": false, "verified": false, "statuses_count": 107, "lang": "en", "contributors_enabled": false, "is_translator": false, "profile_background_color": "C0DEED", "profile_background_image_url": "http://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_image_url_https": "https://abs.twimg.com/images/themes/theme1/bg.png", "profile_background_tile": false, "profile_image_url": "http://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "profile_image_url_https": "https://abs.twimg.com/sticky/default_profile_images/default_profile_3_normal.png", "profile_link_color": "0084B4", "profile_sidebar_border_color": "C0DEED", "profile_sidebar_fill_color": "DDEEF6", "profile_text_color": "333333", "profile_use_background_image": true, "default_profile": true, "default_profile_image": true, "following": null, "follow_request_sent": false, "notifications": null }, "geo": null, "coordinates": null, "place": null, "contributors": null, "retweet_count": 1, "favorite_count": 1, "entities": { "hashtags": [], "symbols": [], "urls": [], "user_mentions": [] }, "favorited": true, "retweeted": true, "lang": "en" } ]
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms