Reputation: 25
I’m trying to open the Twitter app to make a tweet. Here’s what I have:
await Windows.System.Launcher.LaunchUriAsync(new Uri("Twitter"));
How can I make this work?
Upvotes: 1
Views: 369
Reputation: 918
See which one would suit you best:
ShareStatusTask - for sharing status
ShareLinkTask - for sharing link
ShareMediaTask -for sharing media
Upvotes: 2