Forum Posts

Error invalid request Redirect_uri mismatch

I have checked the redirect uri on the fitbit developer portal against the uri in my code and they are the exact same, without any typos. But I am still getting the redirect uri mismatch.This is the uri: sfit://(main)/home. I am developing an expo ma...

Health Mobile App

Hello guys this is my first time developing an app that gets data from a smart watch , i was wondering if it is possible using Kotlin Multiplatform to get data  from the watch for both android and ios devices ,because i read that some features of  fi...

gioanni by Jogger
  • 203 Views
  • 2 replies
  • 2 votes

Resolved! Fitbit Web API deprecated ?

Hey dear developer community I just started to develop an android app which shall access fitness data from the Google Pixel Watch 2 which uses fitbit. First I tried out to use Health connect, but the data send to health connect from the fitbit app se...

fitbit app deepLink

Hello,I am developing an app using Flutter, and I would like to know if it's possible to open the Fitbit app from my app using a deep link. If there's any other way to open the Fitbit app, I would appreciate it if you could let me know.Thank you.

whwndud by Recovery Runner
  • 252 Views
  • 2 replies
  • 0 votes

App exported TCX different to web api response

I exported an activity log from Android app because I think there was a heart rate sync issue with Strava - the heart rate Strava have gotten is always the same value.Upon inspecting the TCX file it generated, I see that the Android app exported TCX ...

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 Base Runner
  • 3504 Views
  • 5 replies
  • 2 votes

failed host lookup 'api.fitbit.com' error

Hello,I am currently working on a Flutter-based Android application that collects Fitbit data in the background every day between 12:00 AM and 1:00 AM and sends it to a server. This process works fine on the first and second days, but starting from t...

whwndud by Recovery Runner
  • 137 Views
  • 1 replies
  • 0 votes

Resolved! Is there an API to check if Fitbit data is synchronized?

Hello!I am a Flutter app developer.I am currently collecting Fitbit biometric data (steps, heart rate, sleep) for my app. However, I've noticed that sleep data is not immediately available; it can only be retrieved after manually syncing through the ...

whwndud by Recovery Runner
  • 356 Views
  • 2 replies
  • 0 votes

Android OAuth2 issue: "Redirect_uri mismatch: null."

Hello, I have a working iOS app using OAuth2, but I can't get an Access Token from my Android App's process flow. I am able to successfully get the Access Code, but when I attempt to exchange it for the Access and Refresh Tokens I get a 400 error tha...

ChrisUM by Jogger
  • 1488 Views
  • 2 replies
  • 0 votes

Unable to get authorization code through redirect url

I am integrating fitbit into my android studio project via scribejava, but unable to get authorization code through redirect url. My redirect url is com.example.myfitbit://fitbitIf i use different redirect url which is http://127.0.0.1:8080/  I am ge...

Shivi5 by Jogger
  • 287 Views
  • 1 replies
  • 0 votes

Resolved! Invalid redirect_uri parameter value

We are using 3 environments for our Android app. QA, Stage, and Production. For Stage and Production, it is working fine, but it is not working in QA Environment. Note that, we use VPN for the QA environment.```https://www.fitbit.com/oauth2/authorize...

Resolved! Mobile Application using web api

Hi hello. I would like to build a mobile and web application by accessing data from fitbit trackers. Is it possible the system could work in a way where by accessing data from fitbit tracker then display on mobile apps then access the data from mobil...

Divyakona by Recovery Runner
  • 2058 Views
  • 9 replies
  • 5 votes

Not mail received to verify the registered app

I try to verify my registered app but I couldn't get the verification mail on my registered Email Id with fitbit. Try to do the verification process a number of times but every time its the same behavior. Can you help me how can I resolve the issue o...

Trudoc by Jogger
  • 585 Views
  • 4 replies
  • 0 votes

Mobile app integration base on our existing user

Hello, We are developing a mobile app to add a Fitbit feature base on our existing user that already in our database as well. The feature that we are working on is reading a data such as heart rate, steps, distance, calories burn etc via Fitbit web a...

Sanddoz by Jogger
  • 431 Views
  • 3 replies
  • 0 votes

Resolved! Save Access Token

Hello, I have a simple question. After the user gives my app permission to access Fitbit data.I retrieved the access token successfully.  What is the next step?Should I save the (Access token) for every user in my database? or is it preferable to sav...

Ria2 by Jogger
  • 1834 Views
  • 4 replies
  • 1 votes

How to get all valid Fitbit activities

Hi,  I need your help for to have valid activities with the map. Where can I find the good ID for all activities on Fibit ? Because sometimes activities in my application (for android and apple) is always bike or run but it's a other activities ? And...