Hi, I have a list of status/tweet ID’s, I want to get all these tweets. I am able to get a single tweet per call by GET 1.1/statuses/show/{id}.json OR GET 1.1/statuses/show.json?id={id}.
Is there any way to get List of statuses via a single call with a list of Ids. Is some sort of batch or bulk call is possible ???
Can anyone help me for that ??