I was hoping to analyze my sleep patterns using the Fitbit API, but I was having some trouble with the authentication step. I am writing a script to analyze my own data rather than a web or mobile application. I was wondering if there was an alternative method of obtaining an access token for my data so that I can proceed. Thank you in advance!
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
@Zamru713 There's two relatively easy ways you could pull data:
1) Register an app at https://dev.fitbit.com/apps then use the OAuth 2.0 tutorial page
or
2) Use API Explorer, select OAuth 2 for Authentication before trying to make calls
Hope that helps.
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
@Zamru713 There's two relatively easy ways you could pull data:
1) Register an app at https://dev.fitbit.com/apps then use the OAuth 2.0 tutorial page
or
2) Use API Explorer, select OAuth 2 for Authentication before trying to make calls
Hope that helps.
Best AnswerI am trying the latter, but that link no longer works, they have sunsetted it. Anyone know of alternatives?
Best Answer
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.
Hi @Ashsub
Here's the link to the Web API Explorer tool: https://dev.fitbit.com/build/reference/web-api/explore/
Gordon
Best Answer