Questions tagged [fitbit]

The Fitbit API allows developers to interact with Fitbit data in their own applications, products and services.

The Fitbit API allows developers to interact with Fitbit data in their own applications, products and services.

249 questions
0
votes
1 answer

Android: Read text from view without accessibility?

Trying to make a service that takes the Fitbit app and creates an alert whenever the HR exceeds a specified zone. Is it possible to parse the view's text without Talkback? I'm trying to avoid Talkback because It can't be turned on/off via the…
Robert Lee
  • 165
  • 1
  • 8
0
votes
1 answer

CoreBluetooth NotifyValue is give to nil value and descriptors in ios

I have to access heart rate from Fitbit Surge Device , its give four services are with - UUID - 180a (work fine for Device Information) UUID - 180f (work fine for Battery) UUID - 558dfa00 4fa84105 9f024eaa 93e62980 UUID - adabfb00 6e7d4601 bda2bffa…
0
votes
1 answer

Unable to retrieve JSON data from fitbit oauth2 api

I'm working with the fitbit api with PHP, i trying to simply echo the json data at the moment but the JSON data i'm receiving is an invalid request error. So far the work flow is this. I first goto http://www.plas.nyc/TEST/fitbit.php which is the…
0
votes
1 answer

Apache HttpPost isn't sending the query parameters?

I'm using Apache HttpComponents and for some reason when I'm trying to execute an HttpPost with query params, the uri isn't including the parameters. Here's a code excerpt: List parametersBody = new…
Doug
  • 63
  • 6
0
votes
0 answers

Laravel Socialite FitBit API problems

I have been trying to implement a FitBit API integration into my Laravel App for a couple of days now and getting nowhere. The only way I have managed to even get half way there is using Socialite Providers FitBit The code I have used so far to…
MÖRK
  • 954
  • 11
  • 31
0
votes
1 answer

How to do Access Token Request in Fitbit API Integration - iOS?

I did OAuth2 by using OAuth2 - https://github.com/trongdth/OAuth2-for-iOS , I successfully logged in and got response { "kOAuth_AccessToken" =…
Lion
  • 872
  • 1
  • 17
  • 43
0
votes
1 answer

Fitbit Scribe Token, can it be reused when running the program again?

I have been successful creating a token and getting a secured resource from fitbit using Scribe. Can I utilize the original requestToken and verifier to get an new Authentication token when I run the program again? Or do I need to get the program…
Joren73
  • 1
  • 1
0
votes
1 answer

OAuth2.0 in iOS?

I am trying to use FitBit api in iOS application. I have a fitbit device and I am trying to create an iOS app that connects with the FitBit api and gets my data back. I am trying to implement OAuth2.0. I already have the client ID but I have been…
Rosh
  • 169
  • 16
0
votes
1 answer

Google docs spreadsheet script error OAuthConfig when fetching data from Fitbit

I have got following script in Google docs spreadsheet which is fetching data from Fitbit. Script worked fine so far but recently on 6th July Google stopped using OAuthConfig so script is not working since:-( I am not programmer, I am just advanced…
Pavel
  • 7
  • 4
0
votes
0 answers

Fitbit Chrome Extension using only client side code

I'm building a Chrome Extension application that will only allow a user to visit certain websites if the user has completed 10k steps. I am having trouble with the Fitbit API (https://wiki.fitbit.com/display/API/Fitbit+API). I'd like all the code…
peoplespete
  • 1,104
  • 1
  • 11
  • 15
0
votes
1 answer

Fitbit API OAuth 1.0a from Titanium (Appcelerator)

I am using Titanium (Appcelerator) to connect to Fitbit API. (http://www.appcelerator.com) I have been facing issues of getting "Invalid Signature" when I am trying to request for token. I'm using HTTPClient from Titanium.Network.HTTPClient class to…
Alvin Tandian
  • 171
  • 1
  • 9
0
votes
2 answers

How to get Fitbit leaderboard for competition

My fitbit friends and are competing for steps and want to display the leaderboard in a web page or google sheet–whichever is easier. API-Get-Friends-Leaderboard has the data. What url do I use to make a get request for that data? What's the easiest…
ryanve
  • 50,076
  • 30
  • 102
  • 137
0
votes
1 answer

Server error in Google Apps script for fetching Fitbit data

I have a Google spreadsheet with a script to fetch Fitbit data that is working fine, but any other ones I have, which are the same in the parts that matter give me this error when I try to authorize: "We're sorry, a server error occurred. Please…
shim
  • 9,289
  • 12
  • 69
  • 108
0
votes
1 answer

Error in oAuth.io for Fitbit authentication

I am getting the error Unexpected token u code: InternalError message: Unexpected token u in web view when I hit the request for authentication
Ujjwal Khatri
  • 716
  • 1
  • 6
  • 19
0
votes
1 answer

Use Data from Fitbit HR in Android Application

I am developing a medical app. In my application I would like to get the Heartrate data from the Fitbit HR. I have been looking at the fitbit API docs on : https://wiki.fitbit.com/display/API/Fitbit+API however the following methods have been…
George
  • 2,865
  • 6
  • 35
  • 59