So I'm a newbie to REST API's and the Uber app asks for a redirect url. Since I'm using a native python app and not something that is using a web framework like flask or django, what do I use there if I want to use it locally for testing and globally when deploying the app? Will I have to use
https://localhost:7000/submit
like is given here or do I have to enter a website name for the redirect url? If so then how would I proceed to do it? I read somewhere that you can use the uber website itself?
Redirect URL in your native python app can be any valid URL that needs to match URL you specified in your application in the dashboard. For more details how to authenticate and use redirect url please check our documentation.