我正在关注链接(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"); }