Skip to content

Instantly share code, notes, and snippets.

@nettofarah
Created November 12, 2012 19:46
Show Gist options
  • Save nettofarah/4061469 to your computer and use it in GitHub Desktop.
Save nettofarah/4061469 to your computer and use it in GitHub Desktop.
token auth
curl --request POST -d "" http://8tracks.com/mixes/14/toggle_like.xml?user_token=1%3B123456789
- or -
curl --header "X-User-Token: 1;123456789" --request POST -d "" http://8tracks.com/mixes/14/toggle_like.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment