Search code examples
meteormeteor-accounts

How do I rerequest Facebook permissions in Meteor?


According to this:

https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.2#re-asking-declined-permissions

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?


Solution

  • Accounts.loginWithFacebook({ auth_type: 'rerequest' })