TwitterStatusCollection tweets =
TwitterTimeline.UserTimeline(oauth,options).ResponseObject;
With twitterizer UserTimeline function we can get all info about tweet except for tweet favorite(like) count.How can I get tweet favorite(like) count with twitterizer?
As described here: yazilimsozluk.com/twitterizer-tweet-favorite-count we should add favorite count property to response class model