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 . Foursquare . Users . VenueHistory
Returns a list of all venues visited by the specified user, along with how many visits and when they were last there.
/*
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 returns a list of all venues visited by the specified user, along with how many visits and when they were last there. The documentation for this Foursquare resource can be found here. Note that this portion of API is considered experimental right now.
The following is a sample of the JSON information returned by this Choreo:
{ "meta":{ "code":200 }, "notifications":[{ "type":"notificationTray", "item":{ "unreadCount":1 } } ], "response":{ "venues":{ "count":7, "items":[{ "beenHere":1, "venue":{ "id":"3fd66200f964a520c5f01ee3", "name":"Union Pool", "contact":{ "phone":"7186090484", "formattedPhone":"(718) 609-0484" }, "location":{ "address":"484 Union Ave", "crossStreet":"at Meeker Ave.", "lat":40.71501300319713, "lng":-73.95146369934082, "postalCode":"11211", "city":"Brooklyn", "state":"NY", "country":"United States" }, "categories":[{ "id":"4bf58dd8d48988d116941735", "name":"Bar", "pluralName":"Bars", "shortName":"Bar", "icon":{ "prefix":"https://foursquare.com/img/categories/nightlife/bar_", "sizes":[32, 44, 64, 88, 256 ], "name":".png" }, "primary":true } ], "verified":false, "stats":{ "checkinsCount":14908, "usersCount":7380, "tipCount":108 } } }, { "beenHere":1, "venue":{ "id":"3fd66200f964a520c7f11ee3", "name":"Otto Enoteca Pizzeria", "contact":{ "phone":"2129959559", "formattedPhone":"(212) 995-9559", "twitter":"OttoPizzeria" }, "location":{ "address":"1 5th Ave", "crossStreet":"at 8th St", "lat":40.73168165030361, "lng":-73.99618148803711, "postalCode":"10003", "city":"New York", "state":"NY", "country":"United States" }, "categories":[{ "id":"4bf58dd8d48988d1ca941735", "name":"Pizza Place", "pluralName":"Pizza Places", "shortName":"Pizza", "icon":{ "prefix":"https://foursquare.com/img/categories/food/pizza_", "sizes":[32, 44, 64, 88, 256 ], "name":".png" }, "primary":true } ], "verified":true, "stats":{ "checkinsCount":12428, "usersCount":8572, "tipCount":186 }, "url":"http://www.ottopizzeria.com/", "menu":{ "url":"https://foursquare.com/v/otto-enoteca-pizzeria/3fd66200f964a520c7f11ee3/menu", "mobileUrl":"https://foursquare.com/v/3fd66200f964a520c7f11ee3/device_menu" } } }, "categories":[{ "id":"4bf58dd8d48988d125941735", "name":"Tech Startup", "pluralName":"Tech Startups", "shortName":"Tech Startup", "icon":{ "prefix":"https://foursquare.com/img/categories/shops/technology_", "sizes":[32, 44, 64, 88, 256 ], "name":".png" }, "primary":true } ], "verified":false, "stats":{ "checkinsCount":250, "usersCount":9, "tipCount":0 } } } ] } } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms