Skip to content

Instantly share code, notes, and snippets.

@michaellavelle
Created March 22, 2012 15:08
Show Gist options
  • Save michaellavelle/2158888 to your computer and use it in GitHub Desktop.
Save michaellavelle/2158888 to your computer and use it in GitHub Desktop.
LastFm authenticatedLastFm = connectionRepository.getPrimaryConnection(LastFm.class).getApi();
authenticatedLastFm.userOperations().scrobble(new SimpleTrackDescriptor("Stevie Nicks","Edge of Seventeen"),new Date());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment