好的,我正试图在Fb页面上发布soemthing。 我已成功集成代码,我可以在我的应用程序中打开fb。 我使用以下代码:
let vc = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
vc.setInitialText("Hurray! Welcome to My App")
presentViewController(vc, animated: true, completion: nil)
当我尝试运行此功能时,由于设备中未安装fb应用程序,因此出现错误。
我想在Fb页面上发帖,我不希望用户在他们的手机中使用Fb应用。可能吗?如果是这样的话?