Using the Twitter API, what would be the most efficient way to find which users favorited a specific tweet?
And also it possible to do this in retrospective, or must the streams be tapped prior the fav?
Thanks
Using the Twitter API, what would be the most efficient way to find which
Share
from twitter api docs :
which means that you should use User Streams or Site Streams which support streaming these events in real-time as they happen. The events indicate the tweet that was favorited and the user who favorited it.