Wizcorp / phonegap-facebook-plugin

The official plugin for Facebook in Apache Cordova/PhoneGap
Other
1.91k stars 2k forks source link

FBSDKLog: **ERROR**: SFSafariViewController's parent dismissed #1348

Open chrisid opened 7 years ago

chrisid commented 7 years ago

can't login any user. the browser opens, tells me app is authorised, clicking OK closes the page and a blank window stays

ionic2 cordova 6.5.0 cordova-ios 4.3.1

Xcode output:

THREAD WARNING: ['FacebookConnectPlugin'] took '140.645996' ms. Plugin should use a background thread.
2017-04-03 20:23:58.544529+0100 mysnapp[6080:1069169] Starting login
2017-04-03 20:23:58.562246+0100 mysnapp[6080:1069169] THREAD WARNING: ['FacebookConnectPlugin'] took '17.730957' ms. Plugin should use a background thread.
2017-04-03 20:23:59.181389+0100 mysnapp[6080:1069169] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2017-04-03 20:23:59.317645+0100 mysnapp[6080:1069169] [App] if we're in the real pre-commit handler we can't actually add any new fences due to CA restriction
2017-04-03 20:23:59.695179+0100 mysnapp[6080:1069169] FBSDKLog: **ERROR**:
 The SFSafariViewController's parent view controller was dismissed.
This can happen if you are triggering login from a UIAlertController. Instead, make sure your top most view controller will not be prematurely dismissed.