Skip to content

Commit 29e7b0b

Browse files
committed
note that both OAuth scopes are required
1 parent 8060cce commit 29e7b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ How To Use This
1313
---------------
1414

1515
1. Navigate over to https://developer.uber.com/, and sign up for an Uber developer account.
16-
2. Register a new Uber application and make your Redirect URI http://localhost:7000/submit
16+
2. Register a new Uber application and make your Redirect URI http://localhost:7000/submit - both OAuth scopes are required
1717
3. Fill in the relevant information in the config.json file in the root folder and add your client id and secret as the environment variables UBER_CLIENT_ID AND UBER_CLIENT_SECRET. Run ‘export UBER_CLIENT_ID=”YOUR_CLIENT_ID”&&export UBER_CLIENT_SECRET=”YOUR_CLIENT_SECRET”’
1818
4. Run ‘pip install -r requirements.txt’ to install dependencies
1919
5. Run ‘python app.py’

0 commit comments

Comments
 (0)