Open millionarecoin opened 2 years ago
@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.
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.
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=
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)