Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
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 AnswerI 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
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
@jturmel: I have updated the reply, as Fitbit's documentation moved to https://dev.fitbit.com/docs .
Best Answer
@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