我正在使用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应用程序发布
1。从PHP网站发布。
请告诉我这方面的解决方案,以便我可以将内容发布到Facebook
网站{/ 1}}。
我只想分享像Second Image这样的内容,即从PHP
网站分享的内容。