Uber API iOS OAuth 2.0
I was trying to make a iOS which will use the Uber API to do things like get rides and what not. I am trying to implement the OAuth 2.0 on the iPhone without using any server side help. Is that possible? Has anyone done this? Here are some references: Uber Authentication: https://developer.uber.com/v1/auth/ Oauth 2.0: https://aaronparecki.com/articles/2012/07/29/1/oauth2-simplified Yes, this is possible. I was able to configure OAuth2 for my app using Uber API. Here are step-by-step instructions: In your app, redirect to https://login.uber.com/oauth/authorize with your client_id and response