I want to get a list of users who favorited a specific status through the Twitter API. I can see that each statuses have the amount of favorites it got but I need the list of users who made the favorite.
Any ideas how this can be achieved?
I want to get a list of users who favorited a specific status through the Twitter API. I can see that each statuses have the amount of favorites it got but I need the list of users who made the favorite.
Any ideas how this can be achieved?
Here is a workaround or hack implemented in Python
2.7.x
: