04-15-2015 10:37
04-15-2015 10:37
I'm using the API to build an interface between my client's website and their customer's fitbit data. I have the API working. I can get Profile data and Activity on any one day. I'm trying to find a way to get many days of data with one call, so I don't exceed the rate limit. If I make either of these calls:
activities/log/tracker/steps/date/
activities/log/steps/date/
I get 30 days of zeros, even though I can get valid data one day at a time.
I'm using the FitBitPHP class.
It may be related, but I also get nothing back when I try to get Recent or Frequent activity using the API.
Thanks for your help