I am using facebook login feature in my android application and tried the documentation to generate hash key but it creates wrong hash key
Code I refered from facebook documentation
keytool -exportcert -alias androiddebugkey -keystore "C:\Users\USERNAME\.android\debug.keystore" | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" sha1 -binary | "PATH_TO_OPENSSL_LIBRARY\bin\openssl" base64
In my app when I login it shows keys does not match.