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
According to the OAuth 1.0 scheme, oauth_callback needs to be passed as a part of the Authorization headers into the request_token endpoint. https://oauth1.wp-api.org/docs/basics/Auth-Flow.html
It seems like OAuth1Service doesn't support this? Maybe it should!
The text was updated successfully, but these errors were encountered:
@anvisha this is certainly something that could be added--pull requests welcome! :)
Sorry, something went wrong.
Hi @anvisha, unless i'm mistaken, i think you can alreadu to that. Here is an example https://github.com/josuebrunel/yahoo-oauth/blob/master/yahoo_oauth/yahoo_oauth.py#L107
No branches or pull requests
According to the OAuth 1.0 scheme, oauth_callback needs to be passed as a part of the Authorization headers into the request_token endpoint.
https://oauth1.wp-api.org/docs/basics/Auth-Flow.html
It seems like OAuth1Service doesn't support this? Maybe it should!
The text was updated successfully, but these errors were encountered: