uber/rides-python-sdk

how to get redirect_url in python script directly instead of copying url from browser

Closed this issue · 3 comments

how to get redirect_url in python script directly instead of copying url from browser

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 .

as I can imagine, you cannot get user authorization without an authorization process.