Hello! I am trying to make a Discord bot that will get the step count of a user and post it to a Discord channel. I got it working for me, but I don't know how to make it work for a few other people, as they can't be signed in on the machine I am hosting the bot from.
Is this even possible? If so, how would I go about doing it?
Answered! Go to the 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 @me15739
Yes, this can be done using the OAuth functionality. Follow these generic steps to start collecting data from other Fitbit users
Make certain your application is configure with your terms of service and privacy policy describing how you will be collecting their data and using it. Also, make certain the architecture of your product conforms to the guidelines defined in the Fitbit Platform Terms of Service, https://dev.fitbit.com/legal/platform-terms-of-service/.
Let us know if you need more information.
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 @me15739
Yes, this can be done using the OAuth functionality. Follow these generic steps to start collecting data from other Fitbit users
Make certain your application is configure with your terms of service and privacy policy describing how you will be collecting their data and using it. Also, make certain the architecture of your product conforms to the guidelines defined in the Fitbit Platform Terms of Service, https://dev.fitbit.com/legal/platform-terms-of-service/.
Let us know if you need more information.
Best AnswerYes I have it setup like this, but in testing it seems like they need to be signed in on my host of the python script that gets their step count
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.
For the user to consent, they shouldn't need to be signed onto your host machine where the python script resides. Would you be able to record a video of the behavior your seeing and send it to me via a private message?
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 @me15739,
If you don't mind, would you share your solution here so that other Discord users who encounter the same issue can use your solution as a reference? I'm sure we have several users that are familiar with discord.
Thanks!
Best Answer