The hash key is not valid for Facebook after the application is placed in the game store

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

+4
source share

Source: https://habr.com/ru/post/1570853/


All Articles