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.
Screerammc,
We don't do any active development of fitbit4j library at this point.
There are no currectly official new Fitbit library replacement exists to it too though.
There are plans for writing new replacement library in future. Unfortunately there are no particular information about timing when we going to release a new library.
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.
sreerammc wrote:
Can you please let me know if fitbit4j is deprecated? What is the equivalent?
The Fitbit Web API is a standard OAuth 1.0a web service. We recommend you use an HTTP request library that supports OAuth 1.0a signatures.
A commonly used Java library is the Google OAuth Client Library.
Best Answer