I am getting the following error when I try to login to my app using the facebook login:
The access token is invalid since the user hasn't engaged the app in longer than 90 days.
I understand that facebook will require re-authentication after 90 days where they describe:
Between April 9–21, 2018, tokens for users who have not actively logged into your app and granted consent to permissions in the last 90 days will expire. To refresh these user tokens, you must send people through the login process, and they must renew consent by clicking the Continue button. Renewal of consent is now required every 90 days.
I would imagine that by sending the user back to the login process they would click continue on the permissions and a new access token would be issued, but this doesn't seem to be the case, I keep getting the error as above.
Is there a way of re-authenticating the user which I am missing?