08-24-2018 02:32 - edited 08-24-2018 02:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Jogger
2
0
0
08-24-2018 02:32 - edited 08-24-2018 02:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hallo, I am web developer, and now develop Webapp, which fetches how many steps user walked per a day by Fitbit Api.
My question:
How i can know if the user had entered steps Manual, and in practice no walked any more!
now i used the api request, and sum the respones as follow:
$apiRequest = $provider->getAuthenticatedRequest(
Fitbit::METHOD_GET,
Fitbit::BASE_FITBIT_API_URL . '/1/user/-/activities/steps/date/'.$startDateStr.'/'.$endDateStr.'.json',
$accessToken,
['headers' => [Fitbit::HEADER_ACCEPT_LANG => 'en_US'], [Fitbit::HEADER_ACCEPT_LOCALE => 'en_US']]
);
$apiRespone["activities-steps"]

0 REPLIES 0
