Skip to content

Instantly share code, notes, and snippets.

@billglover
Created May 13, 2015 05:35
Show Gist options
  • Save billglover/48332a529628a94f32f1 to your computer and use it in GitHub Desktop.
Save billglover/48332a529628a94f32f1 to your computer and use it in GitHub Desktop.
Sequence of oAuth calls to authenticate with the ChinesePod API
http://chinesepod.com/oauth/request_token
http://chinesepod.com/oauth/authorize?oauth_token=1cd233ac7212009a199be7e7b25a605a
http://chinesepod.com/oauth/authorize/1cd233ac7212009a199be7e7b25a605a
http://chinesepod.com/oauth/authorize/1cd233ac7212009a199be7e7b25a605a/1
http://chinesepod.com/oauth/access_token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment