仅在请求此特定权限时:
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' }
有谁知道为什么?