09-03-2016 07:49
09-03-2016 07:49
Where can i find fitbit oauth2 java library ? Thanks
Best Answer09-03-2016 10:19
09-03-2016 10:19
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 Answer09-05-2016 11:26
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.
09-05-2016 11:26
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 Answer09-05-2016 11:44
09-05-2016 11:44
Hi 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 Answer09-05-2016 11:50
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.
09-05-2016 11:50
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 Answer09-05-2016 11:54
09-05-2016 11:54
you 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