I am new to the FitBit API and even newer to OAuth2. I am creating a webapp with ColdFusion 2016. I beleieve I am able to authenticate to FitBit and I get returned to my URI as I should.
My questions is...
Once I am returned, what's the next step? Do I deserialize JSON returned? My URI page is currently blank and I ready to start writing a handler applet for the data returned but the documentation doesn't illustrate real well what these next steps are.
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
Thank you for your reply, Andrew. I am currently using Autorization Code Grant Flow. My question, more specifically is, how do I impliment the POST code in order to exchange the authorization code for the refresh token code? The API docs are not clear on HOW to impliment it.
Best Answer