Let's say I have a list of 5 twitter handles and I want to select the top 15 tweets from each of them. AND only do it in one query returned as jsonp. (This will help to overcome the 150 "GET" rate limit and work nicer with backbone)
Currently I am using the search API in this way: https://api.twitter.com/1/statuses/user_timeline.json?include_entities=true&include_rts=true&screen_name=codinghorror&count=15
Any way I could throw an extra screen name in there?