I am getting this error when hitting the \"Login With Facebook\" (Simple login button).
I have Google, and read other topics here - but I can not see any thing mat
This can happen when the user has the native Facebook App installed.
You can suppress the attempt to open it by initializing the LoginManager's LoginBehaviour:
LoginManager
LoginBehaviour
// Don't allow the Facebook App to open. LoginManager.getInstance().setLoginBehavior(LoginBehavior.WEB_VIEW_ONLY);