08-18-2014 21:37
08-18-2014 21:37
Hello,
I am building a Test application with fitbit api.
I went through the process of getting the response from the api call and got the result as well with the provided .Net code.
Is it required to "allow the application" every period of time when I am making call to get data for the same user?
Is there any way by which I can make calls periodically, once the user allows the application?
Thank You.
Answered! Go to the Best Answer.
Best Answer08-18-2014 23: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.
08-18-2014 23:06
Once you get your access token and access token secret you can reuse them as many times as you want untill you request for a new access token and access token secret.
So just store your access token and secret onse you get it and use it everytime to make an API request.
Best Answer08-18-2014 23: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.
08-18-2014 23:06
Once you get your access token and access token secret you can reuse them as many times as you want untill you request for a new access token and access token secret.
So just store your access token and secret onse you get it and use it everytime to make an API request.
Best Answer