Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据这个:
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或任何其他包做到这一点?
auth_type: 'rerequest'
Accounts.loginWith<ExternalService>
accounts-facebook
Accounts.loginWithFacebook({ auth_type: 'rerequest' })