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
had same issue, but finally succeeded in the schwab.auth.client_from_manual_flow() , had to correct line #332 in auth.py replacing prompt to input to allow the input prompt to work (i am running on 3.10 and maybe old python code). and then just go through the login process on a browser approving all the required text and copying the resulting redirect URL.
client_from_manual_flow(api_key, app_secret, callback_url, token_path,
asyncio=False, token_write_func=None,
enforce_enums=True):
'''
Walks the user through performing an OAuth login flow by manually
copy-pasting URLs, and returns a client wrapped around the resulting token.
The client will be configured to refresh the token as necessary, writing
each updated version to token_path.
Unable to locate the schwab-generate-token.py
Can we please have sample code and also a video walk through? that can help big way.
The text was updated successfully, but these errors were encountered: