Share on Fb with Fb SDK
For sharing I used FB SDK 7.9.4.
I trying used FB SDK examples, and used code like this:
FB.FeedShare(
link: new Uri("http://google.com"),
linkName: "Some text",
linkCaption:"Some Caption",
linkDescription: "Some Description",
picture: new Uri(photoUrl));
but FB, gets info from site, and don`t used me linkName, linkCaption, linkDescription
Answer by Jobahed · Aug 25, 2017 at 02:38 PM
Dealing with this now, most of these fields are now deprecated and Facebook stopped supporting them around July. :-(
But in some FB games, I see that share working fine. Game like - https://apps.facebook.com/agar-io
Your answer

Follow this Question
Related Questions
unable to get provider "com.facebook.facebookcontentprovider" unity 2 Answers
Facebook SDK integration: Failed to re-package resources. 5 Answers
Facebook SDK 0 Answers
Anyone have experience using the Facebook SDK for Unity? Does the SDK work for Unity 2017.3? 0 Answers
Facebook 7.13.0 & Unity 2017.4.8f1 Incompatible Build Target 0 Answers