I\'ve updated to Xcode 7 and the latest iOS SDK. I\'ve added the appropriate entries in my app\'s plist:
My app\'s Facebook login works fine on device. Howe
According to Facebook:
iOS SDK supports SafariViewController which lets us switch show web-rendered dialogs instead of doing an app-switch. This beta SDK will automatically determine the best app switch experience for people based on their device. For example, defaulting the person's experience through SafariViewController instead of Safari for Facebook Login....
Facebook reference link: https://developers.facebook.com/bugs/786729821439894/?search_id
Stack ref link: https://stackoverflow.com/a/32593070/2905967