At #34 @Kolin suggests a way to pull in tweets from multiple people. This has been requested internally before as well.
I wonder if the best way to do this is to support Twitter's list functionality. This way, we would still be relying on Twitter to do all of the heavy lifting, and we wouldn't need to make n API calls for the n users that we want data from.
On the other hand, it does introduce a small burden of having to create a list to show tweets from multiple people.
At #34 @Kolin suggests a way to pull in tweets from multiple people. This has been requested internally before as well.
I wonder if the best way to do this is to support Twitter's list functionality. This way, we would still be relying on Twitter to do all of the heavy lifting, and we wouldn't need to make n API calls for the n users that we want data from.
On the other hand, it does introduce a small burden of having to create a list to show tweets from multiple people.