Search code examples
pythonoauth-2.0uber-api

How to get oauth2 authorization with developer password for Uber API?


I am creating an app which only needs to access the Uber API with one account, mine. Is it possible to connect to the API with my account credentials? And if not, how else can I programmatically order rides through my account?


Solution

  • The Uber Api does not support oauth2 with a username and password (at least not from python)