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.
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
Community Moderator Alumni are previous members of the Moderation Team, which ensures conversations are friendly, factual, and on-topic. Moderators are here to answer questions, escalate bugs, and make sure your voice is heard by the larger Fitbit team. Learn more
Hi,
check OAuth2RestTemplate from Sprint Security.
Example with Reddit: http://www.baeldung.com/spring-security-oauth2-authentication-with-reddit
Best,
Dennis
Best Answer