Reputation: 11749
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?
Upvotes: 1
Views: 559
Reputation: 89519
Twitter doesn't support audio or video natively.
That's why third-party services such as "Twitpic" "TwitVid" (aka Telly) exist.
Which hopefully explains why SLComposeViewController doesn't support adding sounds or videos at this point in time.
Upvotes: 2