Facebook share content only shares URL in iOS 9
Share FBSDKShareLinkContent with FBSDKShareDialog works fine in iOS 8 but fails to share imageURL , contentTitle , contentDescription on iOS 9 devices. The app is built with iOS 9 SDK, Xcode 7, Facebook SDK 4.7.0, all actions mentioned in Preparing Your Apps for iOS9 are done. The app is currently not available in App Store and Facebook app is in dev mode. The code to present the dialog is pretty common (Swift 2.0): let content = FBSDKShareLinkContent() content.contentURL = <URL to the app in the App Store> content.imageURL = <valid image URL> content.contentTitle = <some title> content