Forum Posts

Resolved! How to retrieve "Active minutes" like in Fitbit app ?

Hi all, How do I retrieve "Active minutes", just as we can see them in the Fitbit app ? I already have access to Intraday data, but I am not sure how to get this and have examined alot of different calls using the API explorer. Any hints are much app...

Resolved! Subscription types

Hi there, I use the Fitbit.Net client for my C# app. In the Fitbit documentation, there is a list of possible subscription types - from the documentation : "Fitbit supports the following collection types: activities, foods, sleep, body" But in the Fi...

Get activity data

Hello,i have stored the authenticated user accestoken and tokensecret in my database.Now i want to get their activity data with them, but i get errors.1.) I make a GET httprequest to this address: https://api.fitbit.com/1/user/2SNG7Q/activities/date/...

freeubi by Runner
  • 846 Views
  • 6 replies
  • 0 votes

Resolved! Invalid oauth signature method - but i'm using HmacSha1

Hello,i'm building a web api with RestSharp authentication. I set the signaturemethod to HmacSha1, but still i get this error:{"errors":[{"errorType":"oauth","fieldName":"oauth_signature_method","message":"Invalid signature method: HMACSHA1. Fitbit A...

freeubi by Runner
  • 854 Views
  • 3 replies
  • 0 votes

How to subscribe

hi,I have some questions to ask you for help:1. How can I subscribe a user, when he updated his data I can be notified immediately?2. Can I subscribe multiple users? If I can, how to do this?3. How many kinds of information can I get from the notific...

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
  • 673 Views
  • 0 replies
  • 0 votes

Very Active Minutes Intraday Data

Hi everyoneOver the past couple of weeks I've sent this question to the api support email adres twice, but haven't got any response yet.I hope anyone can get back to me about the following issue:At the moment we are developing a web portal for one of...

Subscription Updates with date of 12/31/2008

Hello, We keep getting activity subscription updates for various users with a date of 12/31/2008.  When our system tries to retreive the user's activity for 12/31/2008 as a result of the subscription update, we get an 'Object reference not set to an ...

Extracon by Recovery Runner
  • 598 Views
  • 1 replies
  • 0 votes

I can't get my data

Recently, I’m busy with the development of Fitbit. I used API Client Libraries from - https://github.com/aarondcoleman/Fitbit.NET/. But I know little about the development of Fitbit, after inputting the users’ account and password, the system was alw...

Azure SSL Cert Questions

I cannot seem to find the correct setup for my SSL cert on MS Azure Websites that will make Subscriptions function correctly.  I can authenticate just fine (oauth) and http (non-ssl) subscriptions work fine.   However, when I enable https, I get the ...

greerde by Jogger
  • 889 Views
  • 4 replies
  • 0 votes

Issues trying to use API .NET Client guide

Hello, I am using the libraries included in the example project from the API .NET Client guide. I have found and attempted to build the Fitbit.NET client found at this page but have been unable to do so.

hsalbi by Recovery Runner
  • 703 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...

Persistent Authentication

Hello, I am developing a Web Application in ASP.NET which needs to integrate with FitBit. I have completed my proof of concept by following the API .NET Client guide.  My issue now is I would like to be able to store authentication allowing the web a...

hsalbi by Recovery Runner
  • 674 Views
  • 3 replies
  • 0 votes

Resolved! Fitbit blackout test reporting as failed???

Got an unhelpful email today saying we failed the blackout test because we're making non-https calls. We updated our app months ago and have https everywhere. Not sure why fitbit doesn't give us a list of failed calls or summary. How can I go about f...

OAuth and Windows 8?

Any help with this? I've tried to struggle through using Aaron Coleman's excellent fitbit.net but restsharp doesn't work with windows 8 (and windows phone).  I've tried several things (including PortableRest, etc.).  I have a feeling I could be at th...

ldl01031 by Recovery Runner
  • 832 Views
  • 3 replies
  • 0 votes

api call yields no data for one user

We have numerous users on our site, but for some reason, one user's data is not coming through the API.  All other users are fine, and this user's steps were coming through fine.  We asked him to disconnect hsi app and reconnect it.  This did not res...

nppatel by Jogger
  • 614 Views
  • 0 replies
  • 0 votes