gpt4 book ai didi

iphone - 使用 Twitter 登录我的 iPhone 应用程序时出错

转载 作者:行者123 更新时间:2023-12-03 18:36:24 26 4
gpt4 key购买 nike

我正在使用 Twitter 登录来进入我的应用程序。但是,当我单击 Twitter 按钮时,Twitter 页面会打开,但出现以下错误:

WHOA there!!! This page is no longer valid.it looks like someone already used the token information you provide.please return to the site tht sent you to this page or try again. it was an probably an honest mistake.

-(void)twitterclick 
{
SA_OAuthTwitterEngine *_engine = [[SA_OAuthTwitterEngine alloc] initOAuthWithDelegate:self]; engine.consumerKey=[[NSString alloc]init];
_engine.consumerSecret=[[NSString alloc]init];
_engine.consumerKey = @"App consumer key";
_engine.consumerSecret = @"App Consumer secret";
UIViewController *controller = [SA_OAuthTwitterController controllerToEnterCredentialsWithTwitterEngine: _engine delegate: self];
if (controller)
[self presentModalViewController:controller animated:YES];
}

我该如何解决这个问题?

最佳答案

我也遇到了同样的问题...结果与我设备上的系统时间有关。

不确定它是如何发生的..但更改日期后,它起作用了。

关于iphone - 使用 Twitter 登录我的 iPhone 应用程序时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5892909/

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