Forum Posts

No device listed for user

I'm having trouble with one of my authenticated users. The API is returning an empty array when I request their devices (GET /1/user/-/devices.json) but I'm pretty sure the user has connected their Fitbit Zip with their account. If someone from Fitbi...

invalid signature

i use this tool to debug fitbit api request ! https://dev.fitbit.com/apps/oauthtutorialpage this tool give me a signature for a specific set of data and the request via this tool send me a good response ( code 200 )...my app with the same specific se...

Client side API acces

Hey folks! I've been playing around with the Fitbit API, and I was planning on dumping some of the data I make public into some charts on one of my sites. It was straightforward enough getting a signed request for public data in node (not having to d...

ebrynne by Jogger
  • 589 Views
  • 0 replies
  • 0 votes

Looking for developer to partner with for an idea

I have an idea for a fun website and possible app. I can divulge more info with you peronally if you are interested. I design websites and know a little prograaming. I am looking for someone who knows the Fitbit API enough to partner up and bring thi...

How to setup Fitbit Oauth 1.0 flow on Parse?

Has any one been able to setup Fitbit Oauth flow on Parse? I have tried using some Oauth library portable on parse. But no success for Fitbit as it has bit different flow. Library is used to access Yahoo Oauth on parse. This is the library, I tried: ...

Garv by Jogger
  • 599 Views
  • 0 replies
  • 0 votes

HTTP 204 No Content

What URL is used to Post the 204 status reply after Fitbit sends the notification of a content change.  Is there an example of a URL is it is specific to a application?

Get steps for each day, only from tracker

Hi, I'm a gamedeveloper who just bought a bunch og Fitbit charge devices. I'm planning on using the step count as a big part of the game, but I need to be able to get information on how many steps a user made on a specific day. These steps should onl...

Alex_f by Jogger
  • 672 Views
  • 0 replies
  • 0 votes

Fitbit API error

Hi all. I'm getting an error when I run a Google App Script to populate a Spreadsheet with my Fitbit data (number of steps and calories, all minute level data). The error states: TypeError: Cannot call method "getContentText" of undefined.  The funny...

Scott93 by Recovery Runner
  • 676 Views
  • 0 replies
  • 0 votes

Resolved! How to properly sign API request and set up OAuth 1.0a flow?

New Fitbit API debug tool that helps you debugging every single OAuth flow step and making actual request: https://dev.fitbit.com/apps/oauthtutorialpage At this page you can simply copy and paste your data and see right away how the right signature s...

Don't understand why warning to switch to HTTPS

Hi, We are using Fitbit for a Java based web application.  Our Fitbit API requests are present in a properties file where the URLs are of this form: //www.fitbit.com    and     api.fitbit.com We are not specifying HTTP/HTTPS here. The way it works fo...

pratk by Jogger
  • 723 Views
  • 2 replies
  • 1 votes