在 iOS 6 iPad 上,Facebook 模式权限对话框会弹出,但当被接受时,它似乎什么也不做。
我们的日志中出现以下错误:
Jan 16 11:57:50 CloudPad Forge[21287] <Warning>: [DEBUG] Native call: {
callid = "2CB2131C-771C-466D-9640-D1FF99AB3E4B";
method = "facebook.authorize";
params = {
dialog = 1;
permissions = (
"user_photos",
"publish_stream",
email
);
};
}
Jan 16 11:57:50 CloudPad Forge[21287] <Warning>: FBConditionalLog: FBSession: a permission request for publish or manage permissions contains unexpected read permissions
Jan 16 11:57:53 CloudPad Forge[21582] <Warning>: [DEBUG] Returning to javascript: {
callid = "EE3606FC-84D6-4F3F-8BC6-82FAF3BEC5EF";
content = {
message = "The operation couldn\U2019t be completed. (com.facebook.sdk error 2.)";
subtype = "<null>";
type = "UNEXPECTED_FAILURE";
};
status = error; }
同一个应用程序可以在不同设备上与 Facebook auth 一起正常工作,有些是 iOS 6,有些是其他设备。
哈!