0
有沒有辦法在登錄時要求更多的g +和facebook權限?Facebook請求權限
我知道有Accounts.ui.config,我知道在哪裏檢查list of permissions on facebook和gplus。
但是,我如何要求我目前的登錄附加信息,這是非常基本的。
Meteor.loginWithFacebook({/* i think is here idk */ } , function(error, result) {
if(!error){
console.log(result);
}else{
console.log(error.reason);
}
});