09-26-2016 08:35
09-26-2016 08:35
Hey guys!
I'm new to programming, and I'm building a website and trying to connect to Fitbit's API. I'm having difficulties getting the access token, and understanding the full flow of authorization code => access token..
Can anyone help me pls?
Thanks, Daniel
Best Answer10-03-2016 16:27
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.
10-03-2016 16:27
Do the 4 steps for the Authorization Code Grant Flow in the docs make sense?
Once the person is redirected back to your app with a 'code', your app needs to make an Access Token Request to get the access token.
Best Answer