I’ve read somewhere that offline_access is/will be deprecated.
If I understood correctly this means that every time my user clicks on “Login with Facebook” in my page he/she will be redirected to the Oauth Facebook page and will have to authorize the App again.
Is this correct? Are the users really used to this?
No, offline_access has nothing to do with login screens and they will only get the auth dialog if you change the list of permission request defined in your
scopeor if they removed/revoked your application from their app listing.Once they accept the app, then they won’t need to see that screen again. Depending on how you have configured and programmed you app, they might see a flash of the dialog as it loads up and then closes very quickly.