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 . PlacesAndGeo . ReverseGeocode
Given a latitude and a longitude coordinates, returns up to 20 places that can be used as a Place ID when updating a status.
/*
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 searches for up to 20 places that can be used as a PlaceId when updating a status. 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}
Latitude: 37.7821120598956
Longitude: -122.400612831116
The following is a sample of the JSON information returned by this Choreo:
{ "query": { "params": { "accuracy": 0, "coordinates": { "coordinates": [ -122.42284884, 37.76893497 ], "type": "Point" }, "granularity": "neighborhood" }, "type": "reverse_geocode", "url": "https://api.twitter.com/1.1/geo/reverse_geocode.json?accuracy=0&granularity=neighborhood&lat=37.76893497&long=-122.42284884" }, "result": { "places": [ { "attributes": {}, "bounding_box": { "coordinates": [ [ [ -122.42676492, 37.75983003 ], [ -122.420736, 37.75983003 ], [ -122.420736, 37.77226299 ], [ -122.42676492, 37.77226299 ] ] ], "type": "Polygon" }, "contained_within": [ { "attributes": {}, "bounding_box": { "coordinates": [ [ [ -122.51368188, 37.70813196 ], [ -122.35845384, 37.70813196 ], [ -122.35845384, 37.83245301 ], [ -122.51368188, 37.83245301 ] ] ], "type": "Polygon" }, "country": "United States", "country_code": "US", "full_name": "San Francisco, CA", "id": "5a110d312052166f", "name": "San Francisco", "place_type": "city", "url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json" } ], "country": "United States", "country_code": "US", "full_name": "Mission Dolores, San Francisco", "id": "cf7afb4ee6011bca", "name": "Mission Dolores", "place_type": "neighborhood", "url": "https://api.twitter.com/1.1/geo/id/cf7afb4ee6011bca.json" }, { "attributes": {}, "bounding_box": { "coordinates": [ [ [ -122.51368188, 37.70813196 ], [ -122.35845384, 37.70813196 ], [ -122.35845384, 37.83245301 ], [ -122.51368188, 37.83245301 ] ] ], "type": "Polygon" }, "contained_within": [ { "attributes": {}, "bounding_box": { "coordinates": [ [ [ -124.482003, 32.528832 ], [ -114.131211, 32.528832 ], [ -114.131211, 42.009517 ], [ -124.482003, 42.009517 ] ] ], "type": "Polygon" }, "country": "United States", "country_code": "US", "full_name": "California, US", "id": "fbd6d2f5a4e4a15e", "name": "California", "place_type": "admin", "url": "https://api.twitter.com/1.1/geo/id/fbd6d2f5a4e4a15e.json" } ], "country": "United States", "country_code": "US", "full_name": "San Francisco, CA", "id": "5a110d312052166f", "name": "San Francisco", "place_type": "city", "url": "https://api.twitter.com/1.1/geo/id/5a110d312052166f.json" }, { "attributes": {}, "bounding_box": { "coordinates": [ [ [ -124.482003, 32.528832 ], [ -114.131211, 32.528832 ], [ -114.131211, 42.009517 ], [ -124.482003, 42.009517 ] ] ], "type": "Polygon" }, "contained_within": [ { "attributes": {}, "bounding_box": null, "country": "United States", "country_code": "US", "full_name": "United States", "id": "96683cc9126741d1", "name": "United States", "place_type": "country", "url": "https://api.twitter.com/1.1/geo/id/96683cc9126741d1.json" } ], "country": "United States", "country_code": "US", "full_name": "California, US", "id": "fbd6d2f5a4e4a15e", "name": "California", "place_type": "admin", "url": "https://api.twitter.com/1.1/geo/id/fbd6d2f5a4e4a15e.json" }, { "attributes": {}, "bounding_box": null, "contained_within": [], "country": "United States", "country_code": "US", "full_name": "United States", "id": "96683cc9126741d1", "name": "United States", "place_type": "country", "url": "https://api.twitter.com/1.1/geo/id/96683cc9126741d1.json" } ] } }
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms