08-11-2015 13:13
08-11-2015 13:13
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
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.
08-11-2015 16:02
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.
Best Answer