Hi , I want to get likes twitter. I using twitter gem in my ruby on rails application. Is there any possibility to achieve this ? I want to show likes on my application. please let me know if there is any possible way .
In the API, Likes are still “favourites” for backward compatibility. If it’s https://github.com/sferik/twitter/ - there should be a favourite_count in a tweet object for example.
Thank you so much.