Search code examples
iostwittersttwitter

Is there a method that gets bulk tweets in sttwitter?


Is there a method that exposes https://dev.twitter.com/docs/api/1.1/get/statuses/lookup in STTwitter?

I want to lookup and get the statuses for all the tweetId's in an array.


Solution

  • Yes, see -[STTwitterAPI getStatusesLookupTweetIDs:includeEntities:trimUser:map:successBlock:errorBlock:].