09-03-2016 07:49
09-03-2016 07:49
Where can i find fitbit oauth2 java library ? Thanks
09-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.
09-05-2016 11:26
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.
09-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.
09-05-2016 11:50
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.
09-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 ?