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
25
votes
2 answers

How can I connect to the FitBit Zip over Bluetooth 4.0 LE on Linux with bluez?

I purchased a FitBit zip. This device uses Bluetooth 4.0 LE. I would like to at least connect to it via bluez. If that is successful I want to see how much of the protocol I can figure out. I am using a Lenovo P500 Ideapad which has integrated…
Thomas Dignan
  • 7,052
  • 3
  • 40
  • 48
17
votes
5 answers

How to add a dynamic view in between items of RecyclerView in android?

I need to add a small strip in between items of a RecyclerView. This strip can come after different number of items in a list. This needs to be done dynamically. I need to implement something like what FitBit has done: I also need the first row i.e.…
Sid
  • 1,270
  • 2
  • 15
  • 30
11
votes
2 answers

How to OAuth 2.0 login using Chrome custom tabs (Fitbit API)

Fitbit API doesn't support webview anymore. So, I studied chrome custom tabs and applied in my app. But after login, when I pressed this pink button(allow button), nothing happened.(Image below) How can I receive access token and store it in…
9
votes
2 answers

Android Chrome custom tabs / Fitbit web API won't redirect if app is already authorized. (OAuth2.0)

I intend on creating a third party fitbit app for alarm synchronizing. However, I have encountered some difficulties regarding the registration of my app, more explicitly on getting the access token even thou my client is already registered to the…
7
votes
1 answer

Chrome Custom Tabs does not closes on redirection

I am using chrome custom tabs for getting oAuth connection request on the redirection from custom tabs I am redirected successfully in the app. The only problem remains is that the chrome custom tabs do not close on redirection stay in the…
Sutirth
  • 1,217
  • 4
  • 15
  • 26
6
votes
2 answers

FitBit Integration

So I'm trying to build an iOS app (Swift 2) which integrates FitBit. Once the user open the 'Walks' page, the user should be able to see his daily number of steps. Ideally, we do not want every user to register to FitBit. So I'm trying to figure out…
Vishal
  • 887
  • 9
  • 22
6
votes
1 answer

Can I use Fitbit Api to get the acceleration data of my Fitbit?

I'm trying to use data from my Fitbit to catch my hand movement. Then I find the Fitbit Api here: https://wiki.fitbit.com/display/API/Fitbit+Resource+Access+API In the collection resources part, it seems that I can only get some data like body…
Luyang Liu
  • 121
  • 1
  • 7
5
votes
2 answers

How to integrate FitBit Api in IOS app using Swift

First of all I created an account at https://www.fitbit.com Then I careated an app at https://dev.fitbit.com then installed OAuthSwift using cocoa pods and implemented this method in my AppDelegate func application(app: UIApplication, openURL…
Umair Afzal
  • 4,947
  • 5
  • 25
  • 50
5
votes
1 answer

Retrieving Fitbit heart rate data

I've been using the Fitbit Python package to analyse my data. When I look at my exercise data it seems to work really well: fitbit_stats = authd_client._COLLECTION_RESOURCE('activities', date='2015-09-16') However, when I try to get my heart rate…
Jack Simpson
  • 1,681
  • 3
  • 30
  • 54
5
votes
2 answers

Fitbit Subscription API

I have successfully integrated FitBit api in my website using Fitbit's PHP library (www.disciplinexgames.com/fitbit). It's working fine but I want to use the subscription API now, so that we can update the data in the database as soon as new data…
colourtheweb
  • 727
  • 2
  • 13
  • 28
5
votes
4 answers

IOS HTTP Request Example

I am trying make a call to the fitbit API. I am unsure how to input the HTTP request shown below into my Objective C code in order to make this call and handle the response. POST /oauth/request_token HTTP/1.1 Host: api.fitbit.com Authorization:…
Khrisendat
  • 53
  • 4
5
votes
2 answers

Oauth authentification to Fitbit using httr

I'm trying to connect to the fitbit api using the httr library. Using the examples provided, I came up with the following code: library(httr) key <- '' secret <- '' tokenURL <-…
Yann Abraham
  • 330
  • 3
  • 11
4
votes
1 answer

Fitbit - timer - how to show current time on application

I'm trying to use my fitbit to help know how far into my gym I am more easily. Making this more simple so the solution is easier for people to help with. I'm using a fitbit and some basic JS. Using the clock API I can create a timer, but not trigger…
LeCoda
  • 538
  • 7
  • 36
  • 79
4
votes
1 answer

flutter_web_auth navigation issue. after authentication from the web page the redirection is not happening back to the app with required access token

In flutter i am working with fitbit web api integration, in this process i need to authenticate the user from their web site after that i will get access_token in redirection url. So, i need to access that token and close that web page and redirect…
4
votes
1 answer

FitBit oAuth issue with Firefox or Internet browser

I have integrated Fitbit with my Android application. I am facing no challenge while connecting to Fitbit using Chrome browser, but when I am trying to connect it to Firefox or the default internet browser, it's not working. Below is the intent…
SKP
  • 410
  • 5
  • 20
1
2 3
16 17