I\'ve followed this guide to update my application to use Facebook SDK 4.6 for iOS 9 SDK.
When I tap the login button now, a Safari view controller gets presented, w
From FacebookSDK version 4.6 and above, they are forcing every login to use the Safari View Controller on iOS 9.
There are 2 way to fix this:
Hope this help!