Re: [twitter-dev] My TwitterJavaClient Opens Browser Window to Authenticate, WHY?

2011-07-10 Thread Abhishek mehta
Hello All I am using MGTwitterEngine to get a twitter followers in my iPhone sdk for this i m doing the following thing -(IBAction)tweet:(id)sender { [_engine getFollowersIncludingCurrentStatus:YES]; NSLog(@"getFollowersIncludingCurrentStatus %@",[_engine getFollowersIncludingCurrentSt

[twitter-dev] My TwitterJavaClient Opens Browser Window to Authenticate, WHY?

2011-07-10 Thread Harrier_II
When I run my Java Twitter Client in Netbeans7 it opens a browser window and I get the twitter allow app to access my profile. It then generates a number that I have to type into the Java commandline to allow my Java app to show my icon and latest status. Is this OOB authentication? I am new to