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
I have copied my consumer_key and consumer_secret into a json file and run the script:
from yahoo_oauth import OAuth2 oauth = OAuth2(None, None, from_file='oauth2.json')
My browser goes to the authorization page: "By agreeing, you will allow my_app to access: I agree to the Yahoo OpenID and OAuth terms"
I click "Agree", but then I get another page:
"Uh-oh! Looks as if something went wrong. Please try again later."
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered:
Same here
Sorry, something went wrong.
@wpdevs @rstuckey are you still experiencing this issue?
No branches or pull requests
I have copied my consumer_key and consumer_secret into a json file and run the script:
My browser goes to the authorization page: "By agreeing, you will allow my_app to access: I agree to the Yahoo OpenID and OAuth terms"
I click "Agree", but then I get another page:
"Uh-oh! Looks as if something went wrong. Please try again later."
Any ideas? Thanks!
The text was updated successfully, but these errors were encountered: