From b1449da4eec7d6f48485a96de7f5c288f23bb2c6 Mon Sep 17 00:00:00 2001 From: Gieseo Park Date: Thu, 3 Sep 2015 17:45:20 -0500 Subject: [PATCH] Added Google client id creation guide for preventing [return_uri] error. This happens if client id is made with Web type. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9278cd..3f2e0b8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This scripts open a browser window where you can log in to your Fitbit account a ### Google Credentials -[Create a project in Google Developers Console and enable the fitness API](https://console.developers.google.com/flows/enableapi?apiid=fitness). Note the client id and client secret. +[Create a project in Google Developers Console and enable the fitness API](https://console.developers.google.com/flows/enableapi?apiid=fitness). Create OAuth client ID with Other/Desktop type. Note the client id and client secret. Run `auth_google.py` to get credentials for write access to a user's body data,