【发布时间】:2016-04-13 13:06:54
【问题描述】:
我需要邀请 facebook 朋友到我的应用程序并获得选定的 facebook id。 我用这个代码
let content = FBSDKAppInviteContent();
content.appLinkURL = NSURL(string: "https:// fb.me/571196839709216");
FBSDKAppInviteDialog.showFromViewController(self, withContent: content, delegate: self);
但在选定用户并发送后,我在委托中接收到刚刚“完成”... 如何邀请用户并获取您的 fb id?
【问题讨论】: