10-12-2015 15:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-12-2015 15:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
There used to be a place on this site where they showed java code for an example Java client. That seem to have been taken down. Can someone please share the code for a simple java client that use this OAUTH 2.0 that I can build from?
These code snippets and GET statements that FITBIT provides makes no sense to me.
Answered! Go to the Best Answer.
Accepted Solutions
01-25-2017 07:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



01-25-2017 07:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@rahul.matte See Jeremiah's post here. That might help.

01-25-2017 04:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-25-2017 04:28
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi...I am looking for the Java Client for OAuth 2.0 please share the sample if you have any

01-25-2017 07:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post



01-25-2017 07:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@rahul.matte See Jeremiah's post here. That might help.

01-28-2017 11:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-28-2017 11:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi,
check OAuth2RestTemplate from Sprint Security.
Example with Reddit: http://www.baeldung.com/spring-security-oauth2-authentication-with-reddit
Best,
Dennis

01-30-2017 02:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-30-2017 02:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Thank you @AndrewFitbit

