I have went threw all the steps, creating a key hash for android for my game build in corona. For 2 days I’m trying to figure it out and it just doesn’t work. Feelling kinda desperate. Here are my steps:
I have downloaded OPENSSL from Google in extracted it into C:\openssl I have the latest version of Java which is in C:\Program Files\Java\jre7\bin For testing I’m using the sample Facebook app provided with Corona. I have entered the AppId. I create the keyhash using this command:
keytool -exportcert -alias androiddebugkey -keystore “C:\Users\tomaz.OXYLUS.android\debug.key store” | “C:\OpenSSL\bin\openssl” sha1 -binary | “C:\OpenSSL\bin\openssl” base64
for password I enter android
then I paste the generated key in my facebook developer account under Native Android App\ Key Hashes
then I try to connect with the Corona Facebook app to Facebook, but it always says “loginCancelled”. Also this error appears in the terminal window: W/fb4a:fb:OrcaServiceQueue(29191): com.facebook.orca.protocol.base.ApiExc eption: Key hash EOw2r7Y4bNzFal-wFxLBGJQSxV8 does not match any stored key hashes.
What am I missing? I also tryed this procedure with the original game key. No succes. Please help.