Get blank page while log in, share and like with Facebook SDK on iOS 10 with Facebook SDK 4.15.1
问题 I get this error when using FBSDKLoginKit, FBSDKShareKit, to login, share link and like a link in my application. I using FBSDKLoginButton to login @property (nonatomic, strong) IBOutlet FBSDKLoginButton *loginButton; - (void)viewDidLoad { [super viewDidLoad]; self.loginButton.publishPermissions = @[@"publish_actions"]; } Using FBSDKShareKit to share: - (FBSDKShareDialog *)getShareDialogWithContentURL:(FBSDKShareLinkContent *)content { FBSDKShareDialog *shareDialog = [[FBSDKShareDialog alloc]