11-06-2020 04:57
11-06-2020 04:57
Excuse me this is question is very obvious, but I am brand new to using oauth and fitbit api.
I have succesfully got our app to retrieve data for the current day with a scheduler program using "fitbitClient.GetActivityLogsListAsync(DateTime.Now.Date); ". I have set this to run each day at 23:55
I have a few concerns
Hopefully this is all handled by the api as it seems obvious, but I just would like to hear whether these concerns are valid or not. Thanks in advance.
Answered! Go to the Best Answer.
11-06-2020 11:10
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
11-06-2020 11:10
Hi @BrentFit
Unfortunately, most of this you will need to manage on your side. We do have a rate limit of 150 API calls per user per hour, so you need to be mindful of that with batch jobs. Anyway, there are a couple of ways you could accomplish this.
Hope this helps!
Gordon
11-06-2020 11:10
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
11-06-2020 11:10
Hi @BrentFit
Unfortunately, most of this you will need to manage on your side. We do have a rate limit of 150 API calls per user per hour, so you need to be mindful of that with batch jobs. Anyway, there are a couple of ways you could accomplish this.
Hope this helps!
Gordon
11-10-2020 03:32
11-10-2020 03:32
Thanks very much Gordon for your detailed reply, it helps a lot!
Best Answer