Hello Guys
i have been working using STTwitter classes to get user favorite tweets and using the following method
**getFavoritesListWithUserID:(NSString *)userID screenName:(NSString *)screenName count:(NSString *)count sinceID:(NSString *)sinceID maxID:(NSString *)maxID includeEntities:(NSNumber *)includeEntities successBlock:(void(^)(NSArray statuses))successBlock errorBlock:(void(^)(NSError error))errorBlock
Is there any method by which i can get user favorite posts between 2 date stamps or we can set timestamp in sinceID of above method?
Thanks in adance