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

Verification code #62

Open
millionarecoin opened this issue May 21, 2022 · 3 comments
Open

Verification code #62

millionarecoin opened this issue May 21, 2022 · 3 comments
Labels

Comments

@millionarecoin
Copy link

millionarecoin commented May 21, 2022

What are you inputting on verification code. Because if I enter say abc or 123 it doesnt take. Where to get this value from. oauth.get_request_token is giving me back this value:

token: https://us.etrade.com/e/t/etws/authorize?key=2b85989shjgdjhsgdhgs&token=66uucqXz5Nb6tsKmhdghghgd=

  • The values are wrong and manually typed up.

This piece of code is where it is not working.

verifier_code = input("Enter verification code: ")
#verifier_code = token
tokens = oauth.get_access_token(verifier_code)
print(tokens)

@mw66
Copy link
Contributor

mw66 commented May 21, 2022

check #56, esp:

#56 (comment)

@zlpatel
Copy link

zlpatel commented Nov 8, 2022

@millionarecoin You are supposed to use that url that is returned and go that that URL in the browser. Login using your etrade user/password. It will then prompt for a verification code which is valid for 5 minutes.

Copy link

github-actions bot commented Nov 8, 2024

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the Stale label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants