Search code examples
c#twittertwitterizer

twitterizer tweet favorite count


    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?


Solution

  • As described here: yazilimsozluk.com/twitterizer-tweet-favorite-count we should add favorite count property to response class model