You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used it for fitbit integration, but it has issue of refreshing token automatically, On fitbit server, it only allows to refresh token one time, any other call will result in invalid refresh token.
Due to it internally calling refresh token method, it caused invalid refresh token issue, because in my app there are multiple call on fitbit, and if it resulted in all calls, it tries to refresh token multiple time and result in invalid refresh token issue.
The text was updated successfully, but these errors were encountered:
@toto , is there any way to disable that automatic refreshing of token?
the reason i want to disable is, my app is logging water to fitbit. For each record entry it uses NSOperation subclass to process. My app have integration of Today widget and also the Apple watch, so whenever any data comes from today widget or apple watch - multiple records, i have to insert records simultaneously and it causing multiple time token refresh which result in invalid refresh token issue.
I have used it for fitbit integration, but it has issue of refreshing token automatically, On fitbit server, it only allows to refresh token one time, any other call will result in invalid refresh token.
Due to it internally calling refresh token method, it caused invalid refresh token issue, because in my app there are multiple call on fitbit, and if it resulted in all calls, it tries to refresh token multiple time and result in invalid refresh token issue.
The text was updated successfully, but these errors were encountered: