how to get redirect_url in python script directly instead of copying url from browser
Closed this issue · 3 comments
MeghaVaishy commented
how to get redirect_url in python script directly instead of copying url from browser
ALERTua commented
https://github.com/uber/rides-python-sdk/blob/master/example/rider_dashboard.py
Flask example will help you.
MeghaVaishy commented
redirect(auth_flow.get_authorization_url()) results sign in page of uber want to automate that process for creating bot using its rides api so that i'll directly get redirect_url at final . How shall i do that can u please suggest me .
ALERTua commented
as I can imagine, you cannot get user authorization without an authorization process.