I'm trying to put the login button in my application, it works correctly. But as soon as I put on the playstore after a while, it will show: hash key is invalid
i also create a release key for Facebook using:
keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | openssl sha1 -binary | openssl base64
But still he cannot work
source
share