Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Are there any libraries for integrating with the Fitbit API?

Fitbit does not have official libraries. You should use an OAuth 2.0 library for your programming language and framework and configure it with the Fitbit Web API endpoints and your registered application's credentials.

Best Answer
0 Votes
5 REPLIES 5

I just completed coding and testing a non-OAuth library approach for connecting to FitBit - here's the code

https://github.com/MeadeRubenstein/FitBitPhp-without-OAuth-libraries.php

 

 

Best Answer
0 Votes

This link to client libraries in Confluence requires a login, is there a new page or how do we login?

Best Answer
0 Votes

@jturmel: I have updated the reply, as Fitbit's documentation moved to https://dev.fitbit.com/docs .

Best Answer
0 Votes

Hi,

Sir is there any plan to release android SDK for fitbit, because I want to read and show fitbit devices data from my own app.

Please reply soon.

Thanks

Best Answer
0 Votes

@MuraliSir wrote:

Hi,

Sir is there any plan to release android SDK for fitbit, because I want to read and show fitbit devices data from my own app.

Please reply soon.

Thanks


You have to use the FitBit web api just like everyone else does.

Best Answer
0 Votes