0
我已經使用Parse Facebook成功登錄Facebook,當我嘗試邀請朋友時,它首先會在safari瀏覽器中提示登錄窗口(應邀請朋友窗口)。它在IOS9上使用FB IOS 4.8 SDK。這是代碼。FBSDKAppInviteContent提示登錄
let content = FBSDKAppInviteContent()
content.appLinkURL = NSURL(string: "http://goo.gl/FW")
content.appInvitePreviewImageURL = NSURL(string: "http://goo.gl/FW")
FBSDKAppInviteDialog.showFromViewController(self, withContent: content, delegate: self)
如何解決這個問題? –