Forum Posts

Resolved! error Authorization code verifier invalid

From one day to the next (around December 14) my app users can't get a token anymore, because of the following error when calling https://api.fitbit.com/oauth2/token: {"errors":[{"errorType":"invalid_grant","message":"Authorization code verifier inva...

Hielko by Recovery Runner
  • 2923 Views
  • 3 replies
  • 2 votes

Insufficient Permissions for daily data

I am building an application that is retrieving daily data from users.  It is created as a Client type and I have implemented OAuth 2.0 and registered my personal account in the app for all data collection permissions.  I have been able to retrieve a...

Flutter Implicit Flow Authentication Issue

Hi Team, I am trying to integrate fitbit with my flutter app and have already tested and failed multiple approaches until now. Using Webview to Authenticate and capturing the access TokenWhen using the Webviews am able to open the authentication port...

Fitbit user revoke access, connection still possible.

Hi,I have following use case:1) User login and grant access to fitness activities in our App. (we set no expires_in param, so it would get the default value of  864002 so one day) 2) We save access-token, then every time we check for new activities w...

in_sider by Recovery Runner
  • 1768 Views
  • 7 replies
  • 0 votes

Resolved! Swim data in Web API

Hello.I'm trying to get the distance swam data for my android/ios app.I would like to use this endpointGET /1/user/[user-id]/[resource-path]/date/[base-date]/[end-date].jsonBut this only gives "distance" which seems to be walking/running data. So i t...

Resolved! fitbit app for tennis website?

we are trying create an app to help our users to keep  track of there daily exercise and help them with suggestion of product that would be helpful for them. EXAMPLE :best tennis racquet for tennis elbow person and tennis shoes for heavy weight men y...

simak by Jogger
  • 651 Views
  • 1 replies
  • 0 votes

Resolved! About data recorded by fitbit tracker terminal

I would like to load the tracked data into my own application using Fitbit Charge4. Is there a way to directly synchronize my own app with my Fitbit device? After investigating, I thought that it was necessary to put in the Fitbit official applicatio...

yoshryo by Jogger
  • 631 Views
  • 2 replies
  • 0 votes

OAuth2.0 Example

Hi everyone, I am relatively new to programming and completely new to OAuth2.0.I am looking for an Android example with OAuth2.0, if possible for Fitbit. It does not matter with which library as long as it is stable. After looking on the internet for...

Processed data from fitbit in mobile app

Hi! I'm trying to build my own android app. First of all I will login with my fitbit account in my android app. My questions is: is there a way I can access my fitbit data in my android app? I want to have access in my app to my heart rate data and m...

Resolved! Not able to access child sleep data

I've implemented aAuth for login in Android app.I'm able to access the sleep data for the user who is logged in but I'm not able to access sleep data of child through API. I get following error. {"errors": [{"errorType": "insufficient_permissions","m...

List of compatible Fitbit devices ?

Hello everyone,,So I have my code working but wanted to know if there is a list of devices the Web API is supported in to provide end users with so they know what devices we (you) officially support. For instance, we have it working on several device...

Limka by Jogger
  • 749 Views
  • 2 replies
  • 0 votes

Android Application and Fitbit Web API Questions

Hello, I'm now developing an android application, and I want to use Fitbit web API to get the data.I did all the steps written in the documentation, but I still have a question which is: Should I include libraries ( fitbitapi, fitbitauth, fitbitcommo...

Ria2 by Jogger
  • 2683 Views
  • 0 replies
  • 2 votes

Resolved! Fitbit Blaze Add Widgets/Features

I got pretty excited when I saw FitBit had open source API but looking at it I am only seeing options for app integration options/ web API to make calls for data collection/parsing/logging and I'm not seeing any options to add actual functions to the...

Firebase and Fitbit Incompatability?

Hello, I am using firebase as my backend so I have no server. I am developing a mobile application(Flutter) and my application type is personal since I will ONLY be using the app for my final project. Now with that said, I have followed the tutorial ...

Registering Android studio app

Hi, I am a final year student in university and wish to make an android fitness app using the android studio. However, I am very confused at the registration as I do not have any organisation website url or privacy urls etc. And I am also very confus...

Noom

Hello, are there any plans to sync the food log on Fitbit to Noom? It would be very helpful for many of us users. 

Cross county skiing

In other watches like Garmin is cross county skiing an activity to choose from. Would be so happy if this activity was included in Fitbit. 

MrsG83 by Jogger
  • 578 Views
  • 1 replies
  • 0 votes

Fitbit web api integration with android device

I am working on android project where I am thinking to create a single platform for multiple devices and also to integrate fitbit web api request.I need to fetch fitbit data of various user's.I am not aware of how can I fetch data of different users....

Please Fix Multiple Integration Issues

Dear Fitbit Customer Service; It really troubles me that Fitbit has not bought or created any links to;1.  Its own recipe book/collector. 2 Fitness equipment ( i.e. Garmin or iFit (from NordictTraclk)3. or also hasn't made itself available to crossov...

Rock_G by Jogger
  • 640 Views
  • 1 replies
  • 0 votes

Resolved! Android authentication opens Fitbit app instead of browser

Hi,We are using web-api with code-grant flow to connect our app to fitbit. The issue is that when redirecting to fitbit.com authorization page, the fitbit app catches the url and the user is presented with just the fitbit app and not the chrome authe...

WhatsApp Image 2019-01-30 at 13.14.01.jpeg
levynir by Recovery Runner
  • 1642 Views
  • 12 replies
  • 20 votes

Being in AU the login webview is changed

Hello guys,We have launched recently the app with the integration of Fitbit tracker. It is Australian project and it was working well untill today's morning. What is weird is that it is still working ok for me, when it is United States in the webview...

FitVault

Would like to be able to use FitVault with my Fitbit Charge 2 or Fitbit Charge 3.  Is this possible to have it listed as one of the apps which can be utilised?

LizBlom by Recovery Runner
  • 831 Views
  • 2 replies
  • 0 votes

Getting steps count from web api

We are unable to get steps, heart rate and calories from Fitbit api. We are making web api call from android and ios clients but it always returns 0 for steps and heart rate and some outdated data for calories.

Ubqfit by Jogger
  • 1032 Views
  • 1 replies
  • 0 votes

Loggin food without mealtype

Hello all,I am making an app in which it would log the food intake that customer had at a restaurant. I see that meallTypeId is part of the food logging. Is this mandatory? I don't know what meal type the user had so that will require me to ask him f...

arasem by Jogger
  • 649 Views
  • 0 replies
  • 0 votes

Web API http request error

Hi, I'm using Fitbit Web API in my Android app. Everything worked well. But, there have been request errors since I renew my token due to the expiration. Following logs are the error. It seemed like an authorization problem, so I logged out and then ...

hyungiko2 by Recovery Runner
  • 997 Views
  • 2 replies
  • 2 votes

Web API HttpRequest FileNotFoundException

I'm using Fitbit Web API in my Android app. Everything worked well until last week, but there have been errors since I renew my token due to the expiration. Following logs are the error. It seemed like an authorization problem, so I logged out and th...

hyungiko2 by Recovery Runner
  • 2270 Views
  • 6 replies
  • 5 votes