虽然在Facebook上分享内容,但它在分享后看起来与从php共享的内容不同

时间:2016-07-14 08:11:15

标签: ios swift facebook facebook-share

我正在使用FBSDKShareDialog来分享我的iOS应用内容,但它与PHP方共享的内容并不具有吸引力。

以下是FBSDKShareDialog通过 facebook 分享内容的代码。

let shareLinkContent:FBSDKShareLinkContent = FBSDKShareLinkContent()
shareLinkContent.contentURL = NSURL(string: "http://www.google.com")
shareLinkContent.imageURL = strImageUrl
shareLinkContent.contentTitle = strName
shareLinkContent.contentDescription = "Ik heb ‘\(strName)’ beoordeeld en gaf deze whisky '\(strPercentage)' punten"

FBSDKShareDialog.showFromViewController(self, withContent: shareLinkContent, delegate: self)

查看下面的图片,查看使用我的iOS应用和PHP网站分享的内容之间的差异。

1。从iOS应用程序发布

enter image description

1。从PHP网站发布。

enter image description here

请告诉我这方面的解决方案,以便我可以将内容发布到Facebook网站{/ 1}}。

我只想分享像Second Image这样的内容,即从PHP网站分享的内容。

0 个答案:

没有答案