Spring Boot Social Twitter Authentication fails
I have a project on Spring Boot, in which I need to implement authorization via Twitter. What could be simpler? - I asked myself, and then I got stuck for a few days. The problem is that the most of…
I have a project on Spring Boot, in which I need to implement authorization via Twitter. What could be simpler? - I asked myself, and then I got stuck for a few days. The problem is that the most of…
Is there any way to get the comment/reply count for a tweet using GET statuses/user_timeline in addition to favorite_count and retweet_count which are already returned? Thanks!