How do I get the authorization code for uber oauth

First you should double check if you set the correct redirect url in the dashboard – needs to be the same as one on authorization url. Please follow the steps of the authentication guide. Briefly, you need to: • Send user to authorize url. It starts by redirecting the user to the authorize endpoint: https://login.uber.com/oauth/v2/authorize?client_id=YOUR_CLIENT_ID&response_type=code&redirect_uri=YOUR_REDIRECT_URI … Read more