I wanted to use the iOS UI view dialog window for SSO and some answers stated to set both trySafariAuth and tryFBAppAuth to No. “trySafariAuth” is a pretty obvious one, but what does the tryFBAppAuth parameter control and why would I set that to NO?
Share
tryFBAppAuth when set to true is a flag which indicates to try and obtain access token from Facebook application (if installed on the device). This is basically a SSO. trySafariAuth set to NO is enough to have iOS login dialog instead of Safari one.
hope this helps