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

OAuth1Service should support oauth_callback? #193

Open
anvisha opened this issue Oct 19, 2016 · 2 comments
Open

OAuth1Service should support oauth_callback? #193

anvisha opened this issue Oct 19, 2016 · 2 comments

Comments

@anvisha
Copy link

anvisha commented Oct 19, 2016

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!

@maxcountryman
Copy link
Contributor

@anvisha this is certainly something that could be added--pull requests welcome! :)

@josuebrunel
Copy link

josuebrunel commented Dec 1, 2016

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

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

No branches or pull requests

3 participants