Why do some users get a different Facebook Share Sheet Dialog box than others

312 Views Asked by At

FB Dialog Missing og: Title

Desired FB Dialog including og: Title

When some users share to facebook their dialog box is missing the auto-populated og: title and the image is displayed like a polaroid rather than a banner.

let content = FBSDKShareLinkContent() content.contentURL = NSURL(string: longUrlString) FBSDKShareDialog.showFromViewController(self, withContent: content, delegate: nil)

0

There are 0 best solutions below