Hello,
From the following keytool utility
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
I got a key hash which I have added and saved in my developer profile settings on Facebook.
After building and testing Facebook in my app, I am getting error:
“Invalid Key Hash” (with some other key hash) which is not matching with added key hash.
So I added that prompted keyhash in developer profile settings to check whether it is working or not. But still getting the same error.
Please provide me some solution for this.
Thanks in advance.