gpt4 book ai didi

iphone - iOS SLComposeViewController - 不显示推特帖子的网址

转载 作者:可可西里 更新时间:2023-11-01 03:06:13 24 4
gpt4 key购买 nike

我正在使用 SLComposeViewController 发布到 Twitter 和 Facebook。我对 Twitter 和 Facebook 使用相同的代码,但 URL 未显示在 Twitter 帖子中。我该如何解决这个问题?

enter image description here

推特代码 -

socialController = [SLComposeViewController
composeViewControllerForServiceType:SLServiceTypeTwitter];
[socialController setInitialText:@"Testing: This is the app link!"];
[socialController addImage:[UIImage imageNamed:@"image.jpg"]];
[socialController addURL:[NSURL URLWithString:@"http://www.google.com"]];
[self presentViewController:socialController animated:YES completion:nil];

Facebook 代码 -

socialController = [SLComposeViewController
composeViewControllerForServiceType:SLServiceTypeFacebook];
[socialController setInitialText:@"Testing: This is the app link!"];
[socialController addImage:[UIImage imageNamed:@"image.jpg"]];
[socialController addURL:[NSURL URLWithString:@"http://www.google.com"]];
[self presentViewController:socialController animated:YES completion:nil];

最佳答案

SLComposeViewController 将 URL 显示为推文撰写 View 中的附件。发送时,URL 将附加到帖子的末尾。您甚至可以添加多个 URL,它们仍将显示为附件。所以这是应该的方式,没有什么可以解决的。

关于iphone - iOS SLComposeViewController - 不显示推特帖子的网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18744348/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com