getFavoriteCount() does not exist in Twitter4j?
in
Contributed Library Questions
•
3 months ago
I am going through the methods in Status of Twitter4j. When I try to retrieve favorites count for a tweet, it gives an error that this function does not exist. I googled it as well, no one reported it until now. Is it me who is making any mistake or it doesn't exist at all?
- println(SearchResults.get(i).getFavoriteCount());
1