251 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
37
views
Does the Fitbit app affect the health information collection of apps developed by other third-party developers?
I am currently developing an app on wear os. This app uses HealthService to collect user health information when exercising (for example walking - ExerciseType = Walking).
The collected information is ...
0
votes
0
answers
61
views
Flutter Android fitbit oAuth 2.0 PlatformException (PlatformException(CANCELED, User canceled login, null, null) when try to get access token)
I am trying to get step count data from Fitbit. I am using flutter_web_auth_2: ^4.1.0. I have written code to get a token from Fitbit. I can see Fitbit login page. Once I click allow in the Fitbit ...
0
votes
1
answer
236
views
Flutter Android fitbit oAuth 2.0 PlatformException (PlatformException(CANCELED, User canceled login, null, null))
I am trying to to get health data from fitbit . I am using flutter_web_auth_2: ^4.1.0 . I have written code to get token from fitbit. I am able to see fitbit login page. Once I click allow in fitbit ...
4
votes
1
answer
263
views
Fitbit Google Login not working in iOS platform
I'm currently facing an issue with Fitbit login on iOS devices. When attempting to log in using a Google account on the Fitbit OAuth page, the page keeps redirecting back to the Fitbit OAuth page ...
0
votes
0
answers
126
views
Can I get live heart rate data from Health Connect, or is it only for historical data?
How can I access live heart rate data from a Fitbit smartwatch or Health Connect in Android (Kotlin)?
I'm building an Android app in Kotlin and want to display the user's live heart rate — either from ...
1
vote
0
answers
298
views
FitBit step count in JSON export much lower than in FitBit app
I have switched my FitBit account to Google and can no longer export data using custom dates but I can extract data from Google Takeout zip file where the data is stored in JSON format.
However the ...
0
votes
1
answer
1k
views
Invalid argument (callbackUrlScheme): must be a valid URL scheme
I am using fitbitter 2.0.1 dependency in my flutter application to display fitness related data from fitbit. But I am getting "Invalid argument (callbackUrlScheme): must be a valid URL scheme&...
0
votes
1
answer
44
views
MalformedURLException on Response in Android Studio Java
I am getting a MalformedURLException in logcat when I run my application. I am new to app development and used/modified code on the OAuth from GitHub. The Runnable is within a button press as well. ...
1
vote
1
answer
905
views
OAuth 2.0 Authorization Code Grant implementation in React / TypeScript App
I'm currently building a React/TypeScript app that uses the Fitbit and Oura API to get data and transform that data into a weekly dashboard. I'm a frontend dev and do not have any backend experience.
...
0
votes
1
answer
61
views
FitBit Subscriptions API: create subscription endpoint returns "Error: read ECONNRESET"
I am trying to create a subscription by sending the following request:
POST https://api.fitbit.com/1/user/-/activities/apiSubscriptions/1.json
But I keep getting the following error:
Error: read ...
1
vote
0
answers
472
views
Extract the authorization code from the redirect URL
I am building an app that involved authorization so that I can retrieve data from a fitbit user. I have successfully gone through the steps (Link:https://dev.fitbit.com/build/reference/web-api/...
-1
votes
1
answer
36
views
Load Individual lines of text from the latest txt file in a directory in php for a website
Every night, a *.txt file is automatically added to an FTP containing the previous day's Fitbit data. The files don't overwrite one another, so we have fitbitdata(1).txt, fitbitdata(2).txt, and so ...
1
vote
1
answer
1k
views
How can I enable Versa 4 USB debugging [closed]
I'm trying to install a clock face I made for the Versa 3 onto my Versa 4. On the watch you need to connect the charge cable (to the pc I assume). Then in watch settings there is a place to enable ...
1
vote
2
answers
540
views
Set custom expires in time expo-auth-session, for Fitbit API in react native, expo
I want to add custom expires time for fitbit implicit auth flow the default expires time is a day you can customize it I want to make it for a year. If you are using the web version you can change it ...
0
votes
0
answers
59
views
How to generate the source codes from an .fba file
This question might sound crazy, but the truth is I recently developed an app for Fitbit watches and uploaded the fba file on Fitbit gallery. Then, my laptop was stolen, and because I didn't make a ...