09-03-2016 07:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-03-2016 07:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Where can i find fitbit oauth2 java library ? Thanks

09-03-2016 10:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
09-03-2016 10:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-05-2016 11:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-05-2016 11:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



09-05-2016 11:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-05-2016 11:54
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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 ?

