3

According to Uber documentation a new user should be referred via: "https://m.uber.com/sign-up?client_id=YOUR_CLIENT_ID"

So, is there a way to refer a new user using oAuth authentication with: GET https://login.uber.com/oauth/v2/authorize?

And shouldn't it be automatically referred since oAuth authorization requires client_id to authenticate?

SublimeYe
  • 482
  • 3
  • 14

1 Answers1

1

If an application directs a new user to the OAuth authorization endpoint, htts://login.uber.com/oauth/v1/authorize and the user clicks "Sign Up" they will be taken to https://get.uber.com/go/?client_id=XXXXXX.

If the user creates an Uber account the client_id is recorded and the referral is tracked.

Alex Bitek
  • 6,529
  • 5
  • 47
  • 77
SublimeYe
  • 482
  • 3
  • 14