Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Allow the application required every time?

ANSWERED

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.

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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.

Ivan Bahdanau
Senior Software Developer at Fitbit

View best answer in original post

Best Answer
0 Votes
1 REPLY 1

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.

Ivan Bahdanau
Senior Software Developer at Fitbit
Best Answer
0 Votes