I'm developing an application that must share a picture with Facebook.
Following the guidelines of Windows 8, I must use the Share Charm (text, html, image and file). Basically the idea is to build sources apps they can share information and target apps that are capable of receiving this information.
Turning the sample from Microsoft, which allows sharing of information types is only possible to share links with Facebook using People app.
I found three possible solutions to this problem: 1 - Wait for Facebook to launch an official app for Windows 8 to receive all these information types; 2 - Wait for Microsoft to include sharing these types of information in the People app. 3 - Create a target application that implements the Facebook API.
Finally, I would like to know if you have had this kind of problem and how they solved.