I\'m trying to integrate Facebook sharing procedure into my app. I\'m using UIActivityViewController
like this:
NSArray * activityItems = @[self
I just integrated the facebook social framework into my app and had exact same issue on iOS 6.1, i.e. when my facebook account is not setup, I will get this warning, but clicking "Setting" will simply dismiss the dialog instead of bringing me to the device's setting page.
I found out this seems to be a simulator ONLY issue, it works perfectly on real device. I'd suggest you to give a try.
This bug seems to be fixed in new version of iOS (6.0.1) At least I have all working well since my last updgrade.
i am having the same issue you update the ios from 6 to 6.0.1 and remove the verification type **SLServiceTypeFacebook**
in **SLComposeViewController**
at first.,thats all working fine for me now.
iOS 6.0.1 resolve this issue. Update software on device it go setting view.