Steps and floors do not appear in the records
calories BMR, caloriesOUT, SedentaryMinutes are recorded, but steps and floors are not recorded.(and steps, Floors are recorded on my smartwatch)what should i do?
calories BMR, caloriesOUT, SedentaryMinutes are recorded, but steps and floors are not recorded.(and steps, Floors are recorded on my smartwatch)what should i do?
I want to code the example respose properly in AppsScript as shown in the picture below.correct : I coded the part marked in green in Apps Script, but it does not work properly.worng:Please tell me how to code it?
I wanted to show 7day steps count in total. Then, I want to show the steps counts by hour (similar to Fitbit iOS App) in a given date. How do I do that? I tried the end point below GET https://api.fitbit.com/1/user/-/[resource-path]/date/[date]/1d/[d...
Hi,I really want to check if I am sleeping or not by fitbit, because I want to stop playing the video and turn off the light in my room when I fall asleep.I have Sense 2, so I can't use Device API, which can describe whether the user is asleep or not...
Hi, I'm developer who building the app that integrated with Fitbit API. I have managed to get the data that I want but need the confirmation from you or Fitbit about the units from the result that I got. What is the max of sleep score?What is the uni...
Hello,How do i combine and export data collected from multiple fitbit sources(Users) into a sql database using an API. Any leads will be highly appreciated. Thanks.
Hi Friends, Facing a critical issue, In my app, As I linked my device in my app it start syncing data but if I logged in at fitbit app using same credentials, fitbit device stopped syncing data at my app, then I unlink fitbit device at my app, then l...
Hi, I'm working to integrate Fitbit API on my app, I'm using typescript for backend, and is working fine for auth and get activities, but to refresh the tokens and revoke the permissions is getting errors. For refresh token when I try to run an mutat...
In our product, we use webhook to be notified of new activity by our users. However, when fetching their new activities, sometimes we're not able to get a refresh token for an unknown reason. Therefore, we can no longer fetch data for this user even ...
Hello, I am trying to connect my Fitbit directly to a browser app I am developing and I am wondering if Fitbit supports the Bluetooth web api https://www.bluetooth.com/specifications/assigned-numbers/and the Gatt specs for this?https://btprodspecific...
Hi there, I would like to know if it's possible to fetch summary data over using an endpointe.g. /1/user/[user-id]/hrv/date/[startDate]/[endDate]/all.jsone.g./1.2/user/[user-id]/sleep/date/[startDate]/[endDate].json with the date range being as long ...
I added a subscriber only 1 subscriber to my application settings but when I attempt to verify the subscriber, two GET requests are made to 2 different verification codes. My subscriber endpoint returns an HTTP status code of 204 but the other random...
Hi!I was wondering if anyone read news about this? I want to show AZM, but currently I don't see how this is possible. Does anyone have a workaround? 沈 I was also wondering if there is a place where we can request features, I can't seem to find one. ...
I am having some trouble with the oauth2 Authorization Code Grant Flow in regards to CORS and wondering if anyone can see where I am going wrong. My application setup: A nodejs backend using the passport-oauth2 and passport-fitbit-oauth2 modules. Ex...
Is there a way to fetch calories in from the api? I am looking in the summary section for the api output and it is only displaying caloriesOut. Thank you!
Our app got authorized properly, and we have no problem to get the daily activity data using the following API: GET https://api.fitbit.com/1/user/[user-id]/activities/date/[date].jsonUnfortunately, the daily summary of activities we got didn't includ...
Hi ,I am working on react native app and using web API, how I can get HRV from Web API, if I am a premium user then it is possible or not. Please let me know the way to get HRV.
Can you help website 403/400/500
Thank you so much
Why is this illegal: app/index.jsmessaging.peerSocket.onmessage = evt => { myWater.text = `${Math.ceil(evt.data.water/29.574)} oz`; myCalories.text = `${evt.data.calories}`; };companion/index.js if (messaging.peerSocket.readyState === messagi...
Am I "getting" the data correctly? I just want to display the total water I've logged so far that day. I print the results to the console and I get "{ summary: {} }" in companion and "undefined" in app. companion/index.js fetch(`https://api.fitbit.co...
Hello, I am on developing web applications by using noedJS/Express.I have a problem with 'implementing resource owner password grant way' because I couldn't find any sample codes that I can refer to.Is there any sample codes that I can refer to? I ho...
Hi, first time poster, sorry if I have the wrong forum, copied the altimeter example https://github.com/Fitbit/sdk-altimeter (except LICENCE and README.md) into fitbit studio, package.json is text based on the github example but graphical on fitbit s...
Hi all, I'm developing an activity tracking app where one can log daily activities and then visualize them through charts. I also want to integrate the Fitbit API, however, I don't have a Fitbit device with me so I don't have data to play around with...
Language : JavascriptEnv : Window 10, Node.js, React JS Simulator : MS Edge(Chrome) Application ClienID : 22C6TYUse Flow : Implicit Grant Flow When calling the API in 127.0.0.1:xxxx/ as follows:async function fetchData(){ await fetch(`API`, { m...
I have integrated FitBit tracking APIs. The issue is I am receiving 504 sometimes. What could be the reason and what should I do in this case? If retry calling is the solution, after how much time I should retry or how many times? can anyone please h...
HiI am new to developing and Web APIs. My question is, how do I make a https request? For example below is an example request. How do I put it into javascript code?GET https://api.fitbit.com/1.2/user/-/sleep/date/2017-04-02.jsonI would be grateful if...
------------------------------------------------------------------------------------------------------------------------------------start page<html><head><title></title></head><body><a href="https://www.fitbit.com/oauth2/authorize?response_type=token...
Hi!I'm trying to POST a body fat percentage to my Fitbit account via the Fitbit web API. This is the code I'm using: function setBodyFatPercentage(access_token, date, bodyFatPercentageValue){ fetch('https://api.fitbit.com/1/user/-/body/log/fat.json...
I have registered app and webhook. In my phone application I successfully created subscription.https://api.fitbit.com/1/user/{someid}/etc...It works for some users. I mean Fitbit triggers my webhook. But for one user (which has successful subscripti...
I’m developing a react native fitness app and now I'm facing the issue with the desynchronization of steps data. I'm using that API:https://api.fitbit.com/1.2/user/-/activities/steps/date/[date]/1d.json and sometimes it happened that the Fitbit app s...
Hi.I am new to web development and will use Fitbit API for a small project for personal use using Node js and we're trying to build a server side API where it is ran by a CRON job daily and the fetched data from the Fitbit APIs will be saved to the d...
Hi,I'm trying to get data user data. After executing the below code the callback URL results in -http://localhost:8080/?code=f2c2b46a44d8981f9c0d5e0ededa3af6e973ee9c#_=_I'm not getting the access token and the user_id in the callback URL rather I'm g...
Does anyone know how to change the main goal from steps to active minutes through the API (not the app)?
According to the API documentation, the Get Heart Rate Intraday Time Series API endpoint is accessible under 4 acceptable URL formats:1 - GET https://api.fitbit.com/1/user/-/activities/heart/date/[date]/[end-date]/[detail-level].json 2 - GET https://...
Hey guys, i got a charge hr for christmas and am now developing a small analytics app.Serverside is node js / express / mongo db while client side is mainly angular (single page app).Authentication is completely stateless and works by including token...
When I run the script with no mongoclient, I am able to retrieve the data from the fitbit server. But when I move the functionality within the mongoclient, the code starts throwing me authorization error. The server fails to authorize the credentials...
I'm learning to code with Javascript and wanted to rock with some intraday Fitbit data. I made the app for "personal" use, not client or server side. I've added the OAuth URL into my HTML as a <a href> but keep getting this page. https://share.getc...
Hi! I am trying to POST data from companion to my Django server.Spoilerfetch('https://172.25.96.56:8000/hello/', {method:'post',headers: {'Content-Type': 'application/json'},body:JSON.stringify(evt.data)}).then(res => res).then(response => console.lo...
The API only shares sedentary, lightly active, fairly active, and very active minutes. Which of these correspond to activities at or above 3 METs as defined by the CDC? Fairly and very? We only want to pull active minutes. Can you expose active minut...