I have done everything exactly as in How to share text and links from a Direct3D app for Windows Phone 8:
e->Request->Data->Properties->Title = "Share Text Title";
e->Request->Data->Properties->Description = "Share Text Description";
e->Request->Data->SetText("Main text");
e->Request->Data->SetUri(ref new Uri("http://msdn.microsoft.com"));
but on share screen (and on result webpage) I can only see two fields of four:
As you can see, description and text are missed. What's wrong and who's guilty?