Twitter-oAuth-IPhone:登录成功的哪个功能:以下几点

时间:2011-03-18 10:08:57

标签: iphone-sdk-3.0 twitter-oauth mgtwitterengine

我正在使用Twitter-oAuth-IPhone https://github.com/bengottlieb/Twitter-OAuth-iPhone

使用此代码登录

if(![twitterObj isAuthorized]){
    UIViewController *controller = [SA_OAuthTwitterController controllerToEnterCredentialsWithTwitterEngine:twitterObj delegate:self];
    if (controller){
        NSLog(@"twitter 2");
        [[self objectForKey:@"self"] presentModalViewController: controller animated: YES];
    }
}

我有两个问题

  • 我想在登录成功和登录失败时做一些代码....我应该在哪个函数中编码
  • 哪个函数返回我的主页更新,即以下两点

Amit Battan

1 个答案:

答案 0 :(得分:0)

我想在登录成功和登录失败时做一些代码....我应该在哪个函数中编码 - (void)storeCachedTwitterOAuthData :( NSString *)数据forUsername:(NSString *)username

哪个函数返回我的主页更新,即以下几点 的 getFollowedTimelineSinceID