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 . GetBuyLinks
Retrieves a list of Buy Links for a particular Album.
/*
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 list of Buy Links for a particular Album. It is required that you supply either the Artist and Album inputs or the MbID Input. You must also provide a valid country code for the Country input. 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"> <affiliations> <physicals> <affiliation> <supplierName>Amazon</supplierName> <price> <currency>GBP</currency> <amount>7.49</amount> </price> <buyLink>http://www.last.fm/affiliate/byid/8/3418994/1/ws.album.buylinks.b25b959554ed76058ac220b7b2e0a026</buyLink> <supplierIcon>http://cdn.last.fm/favicons/amazon.gif</supplierIcon> <isSearch>0</isSearch> </affiliation> <affiliation> <supplierName>eBay</supplierName> <buyLink>http://www.last.fm/affiliate/byid/8/3418994/90/ws.album.buylinks.b25b959554ed76058ac220b7b2e0a026</buyLink> <supplierIcon></supplierIcon> <isSearch>1</isSearch> </affiliation> </physicals> <downloads> <affiliation> <supplierName>Amazon MP3</supplierName> <price> <currency>GBP</currency> <amount>7.90</amount> </price> <buyLink>http://www.last.fm/affiliate/byid/8/3418994/44/ws.album.buylinks.b25b959554ed76058ac220b7b2e0a026</buyLink> <supplierIcon>http://cdn.last.fm/favicons/amazon-mp3-16x16-a.gif</supplierIcon> <isSearch>0</isSearch> </affiliation> <affiliation> <supplierName>7digital</supplierName> <price> <currency>GBP</currency> <amount>9.99</amount> </price> <buyLink>http://www.last.fm/affiliate/byid/8/3418994/13/ws.album.buylinks.b25b959554ed76058ac220b7b2e0a026</buyLink> <supplierIcon>http://cdn.last.fm/favicons/7digital.gif</supplierIcon> <isSearch>0</isSearch> </affiliation> <affiliation> <supplierName>iTunes</supplierName> <price> <currency>GBP</currency> <amount>7.99</amount> </price> <buyLink>http://www.last.fm/affiliate/byid/8/3418994/24/ws.album.buylinks.b25b959554ed76058ac220b7b2e0a026</buyLink> <supplierIcon>http://cdn.last.fm/favicons/itunes16x16.png</supplierIcon> <isSearch>0</isSearch> </affiliation> </downloads> </affiliations> </lfm>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms