Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Where can i find fitbit oauth2 java library ?

Where can i find fitbit oauth2 java library ? Thanks

Best Answer
0 Votes
5 REPLIES 5

Hi @Srinivas3120

 

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
0 Votes

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 Answer
0 Votes

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 Answer
0 Votes

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 Answer
0 Votes

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
0 Votes