I am trying to share a link on the Facebook using FBSDKShareLinkContent.
FBSDKShareLinkContent
I have set the URL, description and title. SDK is automatically populates the titl
FBSDKShareDialogMode sets to FeedBrowser resolves my issue
let dialog = FBSDKShareDialog() dialog.fromViewController = self dialog.shareContent = shareLink dialog.mode = FBSDKShareDialogMode.FeedBrowser dialog.show()