how to get the replies and retweets from twitter using sa oauth engine.i mean which twitterengine delegate method is used to get these.i use this for tweets
- (void)statusesReceived:(NSArray *)statuses forRequest:(NSString *)connectionIdentifier
and this for messages.
- (void)directMessagesReceived:(NSArray *)message forRequest:(NSString *)connectionIdentifier
but cant figure out which method returns replies and retweets
finally i found a solution to that,there is an update for the mgtwitterengine at
which includes retweets and replies also.retweets,replies and timeline is received in the statusesReceived function itself