Skip to content
Aaron Coleman edited this page Jan 24, 2014 · 4 revisions

Welcome to the Fitbit.NET wiki!

NOTE: On 1/24/2014 We added a fix to patched OAuth flow released a few days prior by the Fitbit API team. There is a big update with breaking changes you should upgrade to. See: https://github.com/aarondcoleman/Fitbit.NET/wiki/Breaking-Change-on-1-24-2014-as-a-result-of-OAuth-update-in-Fitbit-API

Getting Started

Download the Solution. It has 4 parts, but the only crucial one is the Fitbit.NET class library.

  1. Fitbit.NET (all the code you need to make a Fitbit.NET project)
  2. SampleWebMVC (a sample MVC website project. Download and put in your own dev.fitbit.com credentials)
  3. Fitbit.NET Unit Tests (See This Guide for Setting Up)
  4. Fitbit.NET Integration Tests (See This Guide for Setting Up)

... more info to come...

Setting up Subscriptions

Subscriptions are how Fitbit's servers communicate back to your web application that a user has new data available. See Subscribing to Fitbit Events