4

根据这个:

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

我添加auth_type: 'rerequest'到登录调用,但在Accounts.loginWith<ExternalService>. 有没有办法用accounts-facebook或任何其他包做到这一点?

4

1 回答 1

0

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

于 2017-11-16T20:38:14.243 回答