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 that will be shared by several apps (depending on what the user has installed), I want to know if there's any way I can set for Facebook, the post source, post example:
XXXXXX - via Nome do App
Where text after dash (-) is automatically added by Facebook, also containing a link to the app and its icon. Is there any way I can get Facebook to identify my app?