02-25-2017 18:33
02-25-2017 18:33
We plan to integrate fitbit api to our IOS app by Authorization Code Grant method. Could we keep access token and refresh token on server(linux) side and get user data?
02-27-2017 17:06
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.
02-27-2017 17:06
Yes, you can. Many mobile applications choose to use server applications for communicating with the Fitbit Web API.
Best Answer04-25-2017 14:33
04-25-2017 14:33
Not being too familiar with OAuth2, can I have a web app for the user to grant access to Fitbit data, store the access token or refresh token to a database at that time. Then have a separate web application or process use the token from the db to access Fitbit info?
Best Answer