Closed JulsRicketti closed 6 years ago
Hm, the options has been removed from the documentation in passport-facebook
(see https://github.com/jaredhanson/passport-facebook/issues/29#issuecomment-288611118) but it doesn't say why or how to update it.
Is there an example how to do it with passport-facebook directly?
When accessing and enabling our app for Facebook, we get the following error message on smaller screens:
In the configurations, the display option is never touched, therefore it should be defaulted into whatever the Facebook SDK has it set as. However, because the message is being displayed it probably is not the case.
Tried to override it in the oauth2 configurations, but to no avail.
To be able to change display at all, we have to override in FacebookStrategy.Strategy in Strategy, but that still doesn't solve the problem of not wanting to specify the display.
Anyway, the bottom line is I would like to make that error message disappear through oauth2 configurations and have not found a way to do so.
Thanks in advance!