如何在Facebook上分享

时间:2015-09-24 15:58:49

标签: ios facebook swift slcomposeviewcontroller

代码:

let shareFB : SLComposeViewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
shareFB.setInitialText("test")

self.presentViewController(shareFB, animated: true, completion: nil)

在模拟器中运行良好,但在设备上运行不正常。为什么?还有另一种方法吗?我需要能够发布消息和链接。

0 个答案:

没有答案