与twitter连接时出现异常异常

时间:2011-08-04 12:05:51

标签: iphone twitter

我正在关注链接(http://aralbalkan.com/3133),以便将我的应用与twitter集成。我跟踪了此链接中提供的每个stepp,但我收到了gdb中的错误:

 2011-08-04 17:33:32.037 XAuthTwitterEngineDemo[5533:1f0b] access token did fail ***************

虽然我提供了正确的用户名和密码,但在此方法中给出了错误的异常。这是我的代码

- (void) twitterXAuthConnectionDidFailWithError: (NSError *)error;
{
    NSLog(@"Error: %@", error);

    UIAlertViewQuick(@"Authentication error", @"Please check your username and password and try again.", @"OK");
}

1 个答案:

答案 0 :(得分:0)

您提供的令牌或密钥无效。再次验证它,并检查您的应用程序具有的访问类型。

<强>修改:

From here,您可以按照步骤进行身份验证。