简体   繁体   English

无法通过SLComposeViewController(社交框架)发布到Facebook

[英]Cannot post to Facebook via SLComposeViewController (Social Framework)

I am using SLComposeViewController for sharing in Facebook. 我正在使用SLComposeViewController在Facebook中共享。 While I didnt have Facebook installed on the device, the controller was coming up with texts pre filled as expected. 虽然我没有在设备上安装Facebook,但控制器仍在预想中填充文本。 After i installed Facebook, the setPreText is not showing. 安装setPreText Facebook后, setPreText不显示。

Moreover, I cannot post to Facebook. 而且,我无法发布到Facebook。 Twitter is working fine. Twitter工作正常。

My device has iOS8. 我的设备具有iOS8。

A question related to your issue has already been asked here . 与您的问题有关的问题已经在这里提出。 This bug report has more details on why the setInitialText: does not work. 错误报告提供了有关setInitialText:为何不起作用的更多详细信息。 Basically it is against the Facebook platform policy to pre-fill the share sheet. 预先填写股份单基本上违反了Facebook平台政策

Pre-fill using the iOS share sheet. 使用iOS共享表进行预填充。 For apps pre-filling using the iOS share sheet we recommend that you either remove all instances of pre-fill from your app and submit an update to Apple's App Store or use Facebook's share dialog for a more seamless experience. 对于使用iOS共享表进行预填充的应用,我们建议您从应用中删除所有预填充实例,然后将更新提交给Apple的App Store,或者使用Facebook的共享对话框来获得更流畅的体验。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Facebook通过ios中的社交框架登录 - Facebook login via social framework in ios 目标c如何防止SLComposeViewController不通过iPhone中的Facebook应用共享帖子 - Objective c How to prevent SLComposeViewController to not to share post via Facebook app in iPhone 使用SLComposeViewController在Facebook / Twitter上发布多个图像? - Post multiple images using SLComposeViewController on Facebook/ Twitter? SLComposeViewController在ios7上的facebook上发布图像 - SLComposeViewController to post image on facebook in ios7 有没有开源框架可以用SLComposeViewController轻松实现社交分享? - Is there an open source framework to easily implement social sharing with SLComposeViewController? 可以在Facebook上发布没有图片的图片吗? iOS 6-Social.framework - It's possible to post on Facebook without image? iOS 6 - Social.framework 通过iOS社交框架无需帐户即可读取Twitter / Facebook信息 - Reading Twitter/Facebook information without Accounts via the iOS Social Framework ios-Facebook-社交框架 - ios - Facebook - social framework 如何使用SLComposeViewController检索Facebook或Twitter帖子的帖子URL? - How to retrieve the post URL for a Facebook or Twitter post using SLComposeViewController? 如何使用SLComposeViewController在同一相册的Facebook和Twitter上发布多个图像 - How to post multiple images using SLComposeViewController on Facebook and Twitter in same album
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM