08-11-2015 13:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-11-2015 13:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Are there any recommended client libraries to aid or make Oauth 2.0 smooth for Java the current libraries
Seem to only support the Fitbit 1.0 API
08-11-2015 16:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



08-11-2015 16:02
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
We don't have a confirmed list yet, but you might not need a dedicated OAuth 2.0 library. Most applications can use any generic HTTP library that allows setting a custom Authorization header.
The Fitbit OAuth 2.0 documentation shows exactly what each HTTP request looks like at each step of the authorization process and making requests.

