Hello,
I'm having issues of how to check if I am login in fitbit. I mean i want to check if I am login when i select for example my profile data which i take from companion. If am I not, then see an error message that i need to login. I cannot understand which variable should i take to make the if statement. Have anyone any idea?
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.
There's an example here of setting up oauth authentication to use the Web APIs from the companion. https://github.com/Fitbit/sdk-oauth
Best Answer