08-18-2014 21:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

08-18-2014 21:37
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.

Accepted Solutions
08-18-2014 23:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-18-2014 23:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Senior Software Developer at Fitbit

08-18-2014 23:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


08-18-2014 23:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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.
Senior Software Developer at Fitbit

