Debug Android Key Hash Still Missing

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

try to copy your all files from c:\openssl\bin to your jdk bin directory i.e.(c:\program files\java\jdk1.7\bin) and restart unity,this will may solve your problem.Cause I had the same issue i solved mine with this step.

Unfortunately, this is not working for me.