この特定の許可を求める場合のみ:
forge.facebook.authorize(["create_event"], function (auth) {
}, function(error) {
forge.logging.info(error);
});
私は得る:
[INFO] { message: 'FBSession: Publish or manage permissions are not permited to to be requested with read permissions.',
[INFO] type: 'UNEXPECTED_FAILURE' }
誰でも理由を知っていますか?