06-05-2021 13:12
06-05-2021 13:12
Hello.
I want to be able to get a unique id for each fitbit device that uses my application. I have looked at the device api as well as the device endpoint, but is there a simple way to get a unique id on the device side?
Thanks in advance!
Answered! Go to the Best Answer.
Best Answer06-07-2021 09:08
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.
06-07-2021 09:08
We don't expose a unique identifier for the device or user. In order to achieve something like this, you'd need to use OAuth from the settings page of your app, and make a user authenticate to identify themselves. You can see an example here https://github.com/Fitbit/sdk-oauth
Best Answer06-07-2021 09:08
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.
06-07-2021 09:08
We don't expose a unique identifier for the device or user. In order to achieve something like this, you'd need to use OAuth from the settings page of your app, and make a user authenticate to identify themselves. You can see an example here https://github.com/Fitbit/sdk-oauth
Best Answer