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 . Tasteometer . CompareUsers
Retrieves a Tasteometer score from two user inputs, along with a list of shared artists.
/*
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 a Tasteometer score from two user inputs, along with a list of shared artists. 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"> <comparison> <result> <score>0.023886019363999</score> <artists matches="1"> <artist> <name>Radiohead</name> <url>http://www.last.fm/music/Radiohead</url> <image size="large">http://userserve-ak.last.fm/serve/126/59122169.png</image> <image size="medium">http://userserve-ak.last.fm/serve/64/59122169.png</image> <image size="small">http://userserve-ak.last.fm/serve/34/59122169.png</image> <image size="extralarge">http://userserve-ak.last.fm/serve/252/59122169.png</image> </artist> </artists> </result> <input> <user> <name>tembootest</name> <url>http://www.last.fm/user/tembootest</url> <image size="large"> </image> <image size="medium"> </image> <image size="small"> </image> <image size="extralarge"> </image> </user> <user> <name>RJ</name> <url>http://www.last.fm/user/RJ</url> <image size="large">http://userserve-ak.last.fm/serve/126/8270359.jpg</image> <image size="medium">http://userserve-ak.last.fm/serve/64/8270359.jpg</image> <image size="small">http://userserve-ak.last.fm/serve/34/8270359.jpg</image> <image size="extralarge">http://userserve-ak.last.fm/serve/252/8270359.jpg</image> </user> </input> </comparison> </lfm>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms