"errorMessage Facebook error: Session was closed and was not closed normally"
I am using phonegap and I am getting the above error message when trying to run this code: facebookConnectPlugin.login( ["email"],
function (response) { alert(JSON.stringify(response)) },
function (response) { alert(JSON.stringify(response)) }) in export signed apk.
But apk file (unsigned or /bin/xyz.apk) runs on emulator and device. What causes this error? I've created a new hash using openSSL, update it in facebook developer app settings of android and phonegap build and still the same error. Any pointers in the right direction would be appreciated! Thanks in advance
I am using phonegap and I am getting the above error message when trying to run this code: facebookConnectPlugin.login( ["email"],
function (response) { alert(JSON.stringify(response)) },
function (response) { alert(JSON.stringify(response)) }) in export signed apk.
But apk file (unsigned or /bin/xyz.apk) runs on emulator and device. What causes this error? I've created a new hash using openSSL, update it in facebook developer app settings of android and phonegap build and still the same error. Any pointers in the right direction would be appreciated! Thanks in advance

