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

Remove type query parameter from OAuth2 requests. #1

Merged
merged 1 commit into from
Jul 27, 2013

Conversation

bradgignac
Copy link
Owner

While the type parameter was required in older versions of the OAuth2
specification, it was removed in version 8. Currently, this breaks OAuth2
against the Dropbox API. Closes ciaranj#127.

http://tools.ietf.org/html/draft-ietf-oauth-v2-08#section-4.1.1

While the type parameter was required in older versions of the OAuth2
specification, it was removed in version 8. Currently, this breaks OAuth2
against the Dropbox API. Closes ciaranj#127.

http://tools.ietf.org/html/draft-ietf-oauth-v2-08#section-4.1.1
bradgignac added a commit that referenced this pull request Jul 27, 2013
Remove type query parameter from OAuth2 requests.
@bradgignac bradgignac merged commit dfd4653 into master Jul 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OAuth 2.0 getAuthorizeUrl() type=web_server is depricated
1 participant