Hi, right now I’m making an android app with facebook integration. In the FacebookSetting i have Package Name and Class Name as well but i’m missing a Debug Android Key Hash, i have typed this command to cmd
keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%.android\debug.keystore | “C:\Program Files\openssl\bin\openssl.exe” sha1 -binary | “C:\Program Files\openssl\bin\openssl.exe” base64
It appears a key hash in the cmd but not show on the Unity Facebook Setting. I use Facebook SDK version 7 and Unity 5. My current project in D drive, jdk and openssl in the C Drive. Thanks for the help