According to this:
I add auth_type: 'rerequest'
to the login call, but there is no option for that under Accounts.loginWith<ExternalService>
. Is there a way to do it with accounts-facebook
or any other package?
Accounts.loginWithFacebook({ auth_type: 'rerequest' })