FBSDKAppInviteContent
全部标签 我在我的应用程序中添加了facebook应用程序邀请功能,下面是我发送应用程序邀请的代码letcontent=FBSDKAppInviteContent()content.appLinkURL=NSURL(string:"applinkurl")content.appInvitePreviewImageURL=NSURL(string:"appInvitePreviewImageURL")FBSDKAppInviteDialog.showWithContent(content,delegate:self);我在类(class)中添加了以下扩展extensionFACEBOOKTEXT:
您是否需要为您的应用程序链接url设置带有meta标记的网站,以便使用FBSDKAppInviteContent和FBSDKAppInviteDialog邀请friend?.如果我只把应用链接url放在那里,它显示了类似这样的错误MissingAppLinkURLTheapplinkusedwiththisinvitedoesnotcontainanAndroidoriOSURL.DevelopersarerequiredtoenteraURLforatleastoneplatform.我正在使用facebook-sdkiOS和fbsdksharekit。有谁知道如何解决这个错误或警告
您是否需要为您的应用程序链接url设置带有meta标记的网站,以便使用FBSDKAppInviteContent和FBSDKAppInviteDialog邀请friend?.如果我只把应用链接url放在那里,它显示了类似这样的错误MissingAppLinkURLTheapplinkusedwiththisinvitedoesnotcontainanAndroidoriOSURL.DevelopersarerequiredtoenteraURLforatleastoneplatform.我正在使用facebook-sdkiOS和fbsdksharekit。有谁知道如何解决这个错误或警告