I have read through the documentation for REST API and Search API and could not find an answer to this.
Is there a way to retrieve multiple status messages in a single request? i.e. I have status ids 1234, 1235, 1236 and would request using http://twitter.com/statuses/index.xml?id[0]=1234&id[1]=1235&id[3]=1236. I would prefer not to hit the server for each message individually.
