Open DimitarHPopov opened 9 years ago
Just in case if someone get into my case there i found a solution and it is to put cyrillic parameter like this System.Net.WebUtility.UrlEncode(cyrillicText) for parameters: Session.ShowFeedDialog( "", "http://yourUrl.com", System.Net.WebUtility.UrlEncode(yourCyrillicText), "", System.Net.WebUtility.UrlEncode(yourCyrillicText), "");
When i try to share some link on facebook with cyrillic symbols for linkName and linkDescription using Session.ShowFeedDialog, i get " ???? " symbols instead of text.