0

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?

gunr2171
  • 16,104
  • 25
  • 61
  • 88

1 Answers1

0

those are the classes to share on wp8 development

ShareStatusTask - for sharing status

http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.tasks.sharestatustask(v=vs.105).aspx

ShareMediaTask -for sharing media

http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.tasks.sharemediatask(v=vs.105).aspx