CrossGeeks / FacebookClientPlugin

Facebook Client Plugin for Xamarin iOS and Android
MIT License
106 stars 32 forks source link

Cannot share link content with quote #37

Closed Yashshree closed 5 years ago

Yashshree commented 5 years ago

This is my code.

Plugin.FacebookClient.Abstractions.FacebookShareLinkContent linkContent = new Plugin.FacebookClient.Abstractions.FacebookShareLinkContent("awesome plugins",new Uri("http://www.github.com/crossgeeks", UriKind.Absolute)); var ret =await CrossFacebookClient.Current.ShareAsync(linkContent);

i am getting error as Cannot share link content with quote

rdelrosario commented 5 years ago

Tested on iOS and Android on latest version and is working fine. Please re-open with more details if still not.