You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: