hi, I am building ionic 2 application and was trying to implement native facebook login… I succeeded in doing so however the second time i tried to login it showed an error invalid key hash. The key hash xxxxxxxxxxxxxxxx= does not match any stored key hashes. configure.....
its completely different from the one I generated and added to developer.facebook.
there is a similar problem here: Key hash for Facebook not working?
but I couldn’t understand how to implement the solution since I am using Ubuntu
… can someone help , thanx
for getting hash key , I used this: keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64