Hi,
What's the best approach of refreshing access_token for users in FB?
I know I can check for the 401 exception and handle myself in the conenction flow (e.g - redirect again to FB and start the authorize flow again) , but I was wondering if that the best practice?
Is there any solution for renewing the token everyday ? (now that the offline_access is dead?)
