You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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.
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)
The text was updated successfully, but these errors were encountered: