I like to know if there is the chance to open the facebook app to post an image with a comment I have this:
await Windows.System.Launcher.LaunchUriAsync(new Uri("fb:post"));
There is the chance to send the image as some parameter or something like that?