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 . User . GetPastEvents
Retrieves a paginated list of all events a user has attended in the past.
/*
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 paginated list of all events a user has attended in the past. 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"> <events user="joanofarctan" page="1" perPage="20" totalPages="4" total="77"> <event> <id>640418</id> <title>Nikka Costa</title> <artists> <artist>Nikka Costa</artist> <headliner>Nikka Costa</headliner> </artists> <venue> <name>Bowery Ballroom</name> <location> <city>New York</city> <country>United States</country> <street>6 Delancey</street> <postalcode>10002</postalcode> <geo:point> <geo:lat>40.71417</geo:lat> <geo:long>-74.00639</geo:long> </geo:point> <timezone>EST</timezone> </location> <url>http://www.last.fm/venue/8779095</url> </venue> <startDate>Mon, 30 Jun 2008</startDate> <startTime>20:00</startTime> <description>Doors 8pm - $20</description> <image size="small">...</image> <image size="medium">...</image> <image size="large">...</image> <attendance>42</attendance> <reviews>0</reviews> <tag>lastfm:event=640418</tag> <url>http://www.last.fm/event/640418</url> <website>http://...</website> <tickets> <ticket supplier="...">http://...</ticket> </tickets> </event> </events> </lfm>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms