I'm developing a hybrid app with Meteor and Cordova. I'm trying to configure Facebook Connect and got it working on iOS but I'm stuck on android. I cannot seem to find the correct key hash. I always get the message:
Invalid key hash. The key hash ... does not match any stored key hashes.
I already tried to find the correct key hash via the following command:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
and the standard password "android". I added the resulting key to Facebook but it didn't help. I also tried the tool in the following post. It gave me another key which also did not work. Any ideas?