I'm following this tutorial:
In a moment it is necessary to create a keyhash, the issue is that I do not know in IONIC when or when it is created. with this command I create the keyhash for facebook:
keytool -exportcert -alias androiddebugkey -keystore "C:\Users\user\.android\debug.keystore" |
"C:\Users\yeisonvelez\Desktop\open\bin\openssl" sha1 -binary |
"C:\Users\user\Desktop\open\bin\openssl" base64
When this command is executed, it asks for a password, and I do not know what it is. I'm also not sure what androiddebugkey
is. The name of my app is io.ionic.starter
and the generated apk "android-debug" in case you need to know this information.
The problem is that the facebook keyhash does not match the command that I just executed.