开发者

Twitter-oAuth-IPhone : Which function on Login Success : twits of followings

开发者 https://www.devze.com 2023-02-17 20:09 出处:网络
I am using Twitter-oAuth-IPhone https://github.com/bengottlieb/Twitter-OAuth-iPhone Login using this code

I am using Twitter-oAuth-IPhone https://github.com/bengottlieb/Twitter-OAuth-iPhone

Login using this code

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

I have 2 questions

  • I want to do some code on login success and login fail.... in which function should开发者_Go百科 I code
  • Which function return me the my home page updates i.e twits of followings

Amit Battan


I want to do some code on login success and login fail.... in which function should I code
- (void) storeCachedTwitterOAuthData: (NSString *) data forUsername: (NSString *) username

Which function return me the my home page updates i.e twits of followings
getFollowedTimelineSinceID

0

精彩评论

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

关注公众号