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 . LastFm . Album . Search
Searches for an album by name. Returns album matches sorted by relevance.
/*
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 an album by name. It returns album matches sorted by relevance. The documentation for this Last.fm method can be found here.
The following is a sample of the XML information returned by this Choreo:
<?xml version="1.0" encoding="utf-8"?> <lfm status="ok"> <results for="dream" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"> <opensearch:Query role="request" searchTerms="dream" startPage="1" /> <opensearch:totalResults>5806</opensearch:totalResults> <opensearch:startIndex>0</opensearch:startIndex> <opensearch:itemsPerPage>2</opensearch:itemsPerPage> <albummatches> <album> <name>Teenage Dream</name> <artist>Katy Perry</artist> <id>232638361</id> <url>http://www.last.fm/music/Katy+Perry/Teenage+Dream</url> <image size="small">http://userserve-ak.last.fm/serve/34s/61861615.png</image> <image size="medium">http://userserve-ak.last.fm/serve/64s/61861615.png</image> <image size="large">http://userserve-ak.last.fm/serve/126/61861615.png</image> <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/61861615.png</image> <streamable>1</streamable> <mbid>fc8e5f53-8885-49b8-89e9-76e974c2cda5</mbid> </album> <album> <name>Siamese Dream</name> <artist>The Smashing Pumpkins</artist> <id>23539</id> <url>http://www.last.fm/music/The+Smashing+Pumpkins/Siamese+Dream</url> <image size="small">http://userserve-ak.last.fm/serve/34s/48720161.png</image> <image size="medium">http://userserve-ak.last.fm/serve/64s/48720161.png</image> <image size="large">http://userserve-ak.last.fm/serve/126/48720161.png</image> <image size="extralarge">http://userserve-ak.last.fm/serve/300x300/48720161.png</image> <streamable>1</streamable> <mbid>e260e38f-66e1-4da9-8b74-b5030ef62d58</mbid> </album> </albummatches> </results> </lfm>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms