Have moved this thread from the Third-Party Integrations to the Web API section to increase the chance of getting a solution.
Your post will get more attention here.
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.
There is no official Fitbit Java library. You should find a Java OAuth 2 client library and be able to configure it to work with Fitbit's Web API.
You can find a list of several Java libraries at https://oauth.net/code/ . Be sure to scroll down to the client libraries section.
Best AnswerHi Jeremiah,
I wanted to know fitbit api library supported with oauth2. I found https://github.com/Fitbit/fitbit4j, but this one is depricated and uses oauth1a. where can i find fitbit api library supported with oauth2? or is it under development.
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.
OAuth 2.0 is an IETF standard, so you don't need a Fitbit-specific library.
Fitbit has no plans to have an official Java library.
Best Answeryou mean to say, fitbit is not planning to create a library to
"access all Fitbit API endpoints from your Java application" similar to https://github.com/Fitbit/fitbit4j. this should be done by application developer ?
Best Answer