Good Day All,
I am having an issue with an app and logging in with Facebook.
My app uses this method:
FBSDKLoginManager logInWithReadPermissions:<#(NSArray *)#> fromViewController:<#(UIViewController *)#> handler:<#^(FBSDKLoginManagerLoginResult *result, NSError *error)handler#>
The web view comes up, shows the app as already authorized, I tap OK the webview reloads but then nothing happens, it stays on a blank page, and the delegate isn't called to process the login.
Does anybody have a workaround for this?
I am already on the latest Facebook iOS SDK, 4.13.1, there are no updates, and I can't find anything online.
Is anyone else having this issue?