3
I’m using the code
Microsoft.Phone.Tasks.ShareStatusTask status = new Microsoft.Phone.Tasks.ShareStatusTask();
status.Status = "Eu, " + sNome + ", sou doador de órgãos, baixe o app e seja um também: http://www.windowsphone.com/pt-br/store/app/sou-doador/82cbd25a-923d-4336-ab98-6b93d71ae929 ou faça o cadastro online aqui: http://www.adote.org.br/cadastre.htm - Não pense na doação de órgãos como 'oferecer uma parte de você para que um estranho possa viver'. Na realidade é 'um estranho que oferece o corpo para que uma parte de você possa continuar vivendo'.";
status.Show();
To create a string in which will be shared by several apps (depending on which user has installed), I want to know if there is how I set for Facebook, the origin of the post, post example:
XXXXXX - via Nome do App
Where the text after the dash (-) is automatically added by Facebook, also containing a link to the app and its icon. There’s how I make Facebook identify my app?