I got successfully signed in by checking the user credentials.But when fetching the Twits I always get just 10 - 18 twits.The same twits get repeat for each & every page in iphone.
[_engine getFollowedTimelineSinceID:0 startingAtPage:1 count:100];
As per my knowledge,this method should return 100 twits for first page and supports 200 Twits....but just returns very few of that.I am getting confused how to get all the twits of FriendsTimeLine.
Hi..,
[_engine getFollowedTimelineSinceID:0 startingAtPage:1 count:100]; As per my knowledge,this method should return 100 twits for first page and supports 200 Twits....but just returns very few of that.I am getting confused how to get all the twits of FriendsTimeLine.
if(_engine) return;
So,Please suggest me the better way or where I am making mistake..