0

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

sujith1406
  • 2,822
  • 6
  • 40
  • 60

1 Answers1

0

finally i found a solution to that,there is an update for the mgtwitterengine at

twitterengine with retweets

which includes retweets and replies also.retweets,replies and timeline is received in the statusesReceived function itself

sujith1406
  • 2,822
  • 6
  • 40
  • 60