Skip to content

Instantly share code, notes, and snippets.

@michaellavelle
Created March 17, 2012 17:30
Show Gist options
  • Save michaellavelle/2063124 to your computer and use it in GitHub Desktop.
Save michaellavelle/2063124 to your computer and use it in GitHub Desktop.
LastFmAccessGrant lastFmAccessGrant = new LastFmAccessGrant("usersAuthenticationToken","usersAuthenticationSessionkey");
LastFm authenticatedLastFm = new LastFmTemplate(lastFmAccessGrant,"myApiKey","myApiSecret");
authenticatedLastFm.userOperations().love("Stevie Nicks", "Edge of Seventeen");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment