开发者

getting bad exception while linking with twitter

开发者 https://www.devze.com 2023-03-25 00:57 出处:网络
i am following link (http://aralbalkan.com/3133) for integrating my app with twitter. I followed each and every stepp provided in this link, but i am getting the error in gdb :

i am following link (http://aralbalkan.com/3133) for integrating my app with twitter. I followed each and every stepp provided in this link, but i am getting the error in gdb :

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

and give bad exception at this method although i am providing my correct username and p开发者_JS百科assword. here is my code

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

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


Your provided token or secret key is invalid. Verify it again and also check the type of access your application is having.

Modified:

From here, you will able to follow the steps to have authentication.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号