Hi All

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];
    NSLog(@"twitter 1");

    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 I code
   - Which function return me the my home page updates i.e twits of
   followings

*Amit Battan*

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to