When using SLComposeViewController/SLServiceTypeTwitter, is it possible to attach sound or video? With an object instanciated as follow:
SLComposeViewController *tweetController = [SLComposeViewController composeViewControllerForServiceType:SLServiceTypeTwitter];
I can use methods like addURL or addImage, but nothing like addSound or addVideo that I can see.
Is there a different way that one can use?