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
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