Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goauth2: add soundcloud to the list of non-compliant oauth2 providers #48

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

try oauth with soundcloud api (https://api.soundcloud.com), after user accepts,
exchange provided code for soundcloud access_token with Transport.Exchange()

What is the expected output? What do you see instead?

Expected: getting the access token from Soundcoud
Getting Error 401 invalid client id

What version of the product are you using? On what operating system?

afe77d958c70 on OSX Yosemite

Please provide any additional information below.

Same issue as #39 for instagram, solution is to add soundcloud's base API URL 
to providerAuthHeaderWorks. See patch attached.

Original issue reported on code.google.com by [email protected] on 24 Feb 2015 at 8:39

Attachments:

@GoogleCodeExporter
Copy link
Author

Nevermind that, just saw that it is now on golang.org/x/ and the soundcloud fix 
is in there.

Original comment by [email protected] on 24 Feb 2015 at 9:37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant