I am using following command to generate my has key.
keytool -exportcert -alias <ALIAS> -keystore <PATH TO KEYSTORE> | "F:\api\openssl\bin\openssl.exe" sha1 -binary | "F:\api\openssl\bin\openssl.exe" base64
both the ALIAS and PATH TO KEYSTORE are same as the ones i use while exporting my application. Also the password I give is also the same i use while exporting my app.
I have properly updated the key on facebook on both dev n release options.
How ever when i try to share from my app it shows me a Toast containing following error:
(#404)Key hash <A COMPLETELY NEW HASH> does not match any stored key hashes.
Can anybody help me.