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