Twitter API problem iPhone
Posted
by Manoj Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Manoj Kumar
Published on 2010-04-16T09:08:21Z
Indexed on
2010/04/16
9:13 UTC
Read the original article
Hit count: 271
I have tried to use twitter API in my application using MGTwiiterEngine, I think Ih ave configured all thing but while I am running the app by giving my username and password. The delegate of the MGTwitterEngine was called with the 0 statuses and also the numberOfConnections=0.
twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self];
[twitterEngine setUsername:username password:password];
[twitterEngine getRepliesStartingAtPage:0];
Can any one please help me out. Thanks in advance
© Stack Overflow or respective owner