Created
May 13, 2015 05:35
-
-
Save billglover/48332a529628a94f32f1 to your computer and use it in GitHub Desktop.
Sequence of oAuth calls to authenticate with the ChinesePod API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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