gpt4 book ai didi

iphone - IOS 5 TWTweetComposeViewController 重复推文

转载 作者:行者123 更新时间:2023-11-28 19:19:15 24 4
gpt4 key购买 nike

我在我的应用程序中通过 TWTweetComposeViewController 使用 Twitter 共享。当我尝试发送具有相同内容的推文时,我收到一条错误消息“推文,...是重复的,无法发送”。这种情况只会在我尝试发送包含我之前发送过的相同内容的推文时发生。

我使用的代码是:

if ([TWTweetComposeViewController canSendTweet])
{
TWTweetComposeViewController *tweetSheet = [[TWTweetComposeViewController alloc] init];
[tweetSheet setInitialText:messageText];
[self presentModalViewController:tweetSheet animated:YES];
}

这里有人以前见过这个案例吗?

最佳答案

Twitter 不允许您在短时间间隔内发送相同的推文。这是不可能的。

您必须等待一段时间才能再次发送完全相同的推文。

关于iphone - IOS 5 TWTweetComposeViewController 重复推文,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10244787/

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