From efb8ae62f75eb982e04c57729347bd48068c77cd Mon Sep 17 00:00:00 2001 From: Fangfang Xia Date: Sat, 14 Jan 2023 11:12:42 -0600 Subject: [PATCH] add to scope: SpO2, BR, temperature --- fitbit/api.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fitbit/api.py b/fitbit/api.py index 1b458b1..a607054 100644 --- a/fitbit/api.py +++ b/fitbit/api.py @@ -123,6 +123,9 @@ def authorize_token_url(self, scope=None, redirect_uri=None, **kwargs): "sleep", "social", "weight", + "oxygen_saturation", + "respiratory_rate", + "temperature", ] if redirect_uri: