Open Komsomol opened 6 years ago
any update to this issue, these options do not work for me as well, in case cached credentials are no longer valid you'll be given the error without any option to relogin, that's extremely annoying, we're thinking to move to other solutions instead :(
I am using OAuth-js to share images on Facebook and Twitter.
However, I am running into an issue where forcing clearCache and cache: false doesn't seem to force users to re-login.
Ideally this is the flow am after:
See code below. I force both but the credientails are still retained once the user authenticates. Is this correct behaviour or have i placed the calls in the wrong place? (Code is exact to my working version but stripped of app specific messaging to the UI)
Thanks.