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
3 answers

AFNetworking get request, getting NSURLErrorDomain Code=-1005

I'm trying to make an app that connects to a web service with OAUth 1, and I'm having some trouble. Here is my method with my get request: - (void)loadUserProfile { AFHTTPClient *httpClient = [[AFHTTPClient alloc] initWithBaseURL:[baseUrl]]; …
Anders
  • 2,903
  • 7
  • 58
  • 114
0
votes
1 answer

strsplit error when attempting to access Fitbit with ROAuth

I am attempting to access the fitbit API using ROAuth but keep falling at the first hurdle. Here is my code: library(ROAuth) reqURL <- "https://api.fitbit.com/oauth/request_token" accessURL <- "https://api.fitbit.com/oauth/access_token" authURL <-…
seancarmody
  • 6,182
  • 2
  • 34
  • 31
-1
votes
1 answer

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 forth. Every now and then, I'll manually clean out…
-1
votes
1 answer

Fitbit Stocks Data for Watch Face

I am trying to create a Fitbit watchface that displays stock data or certain stock. Does anyone know how to do this. I am just learning how to work this thing
-1
votes
1 answer

How to get data from fitbit using PHP

I'm trying to get user data from fitbit using fitbit api but the process seems confusing to me. I have tried several ways but could not succeed. I have searched in the internet for solution and found…
John Wink
  • 95
  • 1
  • 2
  • 11
-1
votes
1 answer

How do I take a "slice" of a List that only has an iterator?

I have a CSV file full of data downloaded from Fitbit. The data inside the CSV file follows a basic format: Here is a small example of the layout of the…
Cache Staheli
  • 3,510
  • 7
  • 32
  • 51
-1
votes
1 answer

Using OAuth2.0 library in Java to call Fitbit API

I would like to access users' data of the fitbit by using fitbit API what I understood is, 1- I have to get users consent by OAuth 2.0 authentication. 2- Get the access token. 3- Then can request the data by using the token. I have downloaded the…
Shaimaa
  • 33
  • 2
  • 8
-1
votes
1 answer

Jawbone / fitbit wearables protocol

I'm experiencing issues in finding protocol specification on how to interact with fitbit/jawbone bracelets. Actually the main thing I need, is to detect if a user has pressed the button on it and react somehow on either android device or ios device.
-4
votes
1 answer

register application in fitbit api

How can I register application in fitbit api without real application ? Basically I want to access the users' data to know the structure of the data stream which I will use it in my application It suppose to fill the application name and websites…
shaimaa
  • 11
  • 1
1 2 3
16
17