Hello,
I’m having an issue where I’m using the official Facebook plugin for iOS/Android, but it fails to post the description even though it’s showing that it will post the description. I’ve tried using a description that is the single word “Test” just to make sure it isn’t breaking due to special characters. I’ve also tried using something more common like apple.com where it shows that it will post my description, then when I go to Facebook it shows the description from apple.com instead.
Android from within the application. Notice it shows “I just planked for…”
And here’s what actually shows on Facebook. Notice the description doesn’t show at all.

Also, here’s an example of my code:
string messageString = "I just planked for {1} and scored {0} points using Stealth. Check it out!";
System.Uri uri = new System.Uri("https://www.facebook.com/gameyourcore/");
System.Uri imageUri = null;
string timeStr = ScoreDataParser.FormatDurationWithMinutesAndSeconds (shareScore.duration);
FB.ShareLink(uri, "Stealth - Game Your Core", string.Format(messageString, score /* string */, timeStr), imageUri, ShareResultCallback);
Finally, here’s a link to the official SDK documentation. Thanks!
Thanks for any help,
Nathan
