【问题标题】:How do I rerequest Facebook permissions in Meteor?如何在 Meteor 中重新请求 Facebook 权限?
【发布时间】:2015-02-20 01:47:27
【问题描述】:

据此:

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 或任何其他包来做到这一点?

【问题讨论】:

  • @abernix 提到了这样一个选项here

标签: meteor meteor-accounts


【解决方案1】:

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-09-17
    • 2015-08-23
    • 2015-04-16
    • 2015-02-22
    • 1970-01-01
    相关资源
    最近更新 更多