I am trying include facebook authentication into my app. I've created hash key with
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
then i've added this hash into appDashboard.
APK without sign works fine, but when i trying buid signed APK from android studio(Build-Generate Signed APK), i have error about mismatched hashkey...
could anybody help me fix this problem? Thx!