facebook-csharp-sdk / facebook-winclient-sdk

Facebook SDK for Windows & Windows Phone
http://facebooksdk.net
Apache License 2.0
61 stars 139 forks source link

WP8.1 - ShowFeedDialog Cyrillic #88

Open DimitarHPopov opened 9 years ago

DimitarHPopov commented 9 years ago

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.

DimitarHPopov commented 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), "");