On iOS 6 with a native Facebook account set on the device, I've noticed that if you initially 'cancel' (i.e. don't allow) permission to use the device's facebook account that your app is not able to ever accept facebook access until you go into the settings app and enable your app under privacy/Facebook.
That is, it appears the first time your app tries to gain permissions, iOS is setting these values and your app can no longer even prompt the user, it just fails.
Does anyone know a way to detect this? I'm guessing it's not possible to change this value from my app. But if I could detect it then at least we could prompt the user flip permissions on via the settings app.