Is there any way to open myapplication settings tab directly from my application like what we will use to open twitter settings
([[UIApplication sharedAppli
Just show the composer. If no FB Account is available, it will show an AlertView to go to Settings. Works in iOS 8
var controller = SLComposeViewController(forServiceType: SLServiceTypeFacebook)
controller.setInitialText("My Post")
self.presentViewController(controller, animated: true, completion: nil)