We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this link:https://tools.ietf.org/html/rfc6749#section-4.1.3 grand_type should equals authorization_code rather than code. In this link: https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md#parameters-1 It's wrong about "code={request_token} (optional) — required when grant_type=code" I use standard oauth2.0 client can't get access token, unless i change grant_type=code.
After a couple of day. I found this link: https://developers.google.com/identity/protocols/OAuth2WebServer
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
No branches or pull requests
In this link:https://tools.ietf.org/html/rfc6749#section-4.1.3
grand_type should equals authorization_code rather than code.
In this link: https://github.com/SciDevs/delicious-api/blob/master/api/oauth.md#parameters-1
It's wrong about "code={request_token} (optional) — required when grant_type=code"
I use standard oauth2.0 client can't get access token, unless i change grant_type=code.
After a couple of day. I found this link: https://developers.google.com/identity/protocols/OAuth2WebServer
The text was updated successfully, but these errors were encountered: