Share With Facebook Not Working Anymore on iOS 11
I Use Facebook SDK For iOS and its works fine on iOS 10 but when I upgrade my phone into iOS 11 the facebook share is not working anymore. please help, thanks in advance. Unfortunately with the iOS 11 update the social network services (Facebook, Twitter, Vimeo, and Flickr), which used to have single sign-on for systemwide integration have been removed. Instead to use this snippet for iOS 10 and before : let viewController = SLComposeViewController(forServiceType: SLServiceTypeFacebook) viewController.add(imageView.image!) viewController.add(URL(string: "http://www.example.com/"))