I know that you can put up to four images in a tweet, so I was wondering if that was possible, possibly using STTwitter I know that you can upload one image using this method in STTwitter, but as far as I know this method doesn't support multiple images:
- (NSObject<STTwitterRequestProtocol> *)postMediaUpload:(NSURL *)mediaURL
uploadProgressBlock:(void(^)(NSInteger bytesWritten, NSInteger totalBytesWritten, NSInteger totalBytesExpectedToWrite))uploadProgressBlock
successBlock:(void(^)(NSDictionary *imageDictionary, NSString *mediaID, NSString *size))successBlock
errorBlock:(void(^)(NSError *error))errorBlock
Worth mentioning I'm building this into an iOS app using Objective-C