如何使用Swift在FB页面上发布

时间:2015-08-10 11:02:45

标签: ios facebook swift social

好的,我正试图在Fb页面上发布soemthing。 我已成功集成代码,我可以在我的应用程序中打开fb。 我使用以下代码:

let vc = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
vc.setInitialText("Hurray! Welcome to My App")
presentViewController(vc, animated: true, completion: nil)

当我尝试运行此功能时,由于设备中未安装fb应用程序,因此出现错误。 enter image description here

我想在Fb页面上发帖,我不希望用户在他们的手机中使用Fb应用。可能吗?如果是这样的话?

1 个答案:

答案 0 :(得分:1)

这不是错误。别担心。 这是一条消息,显示您尚未登录Facebook。

转到设置应用>实

enter image description here

从这里登录。

enter image description here

你没有收到错误。这只是一条警告信息。