Key hash for Facebook Android SDK
问题 I can\'t figure out how to get the Key Hash required to use the Facebook Android SDK. I figured out that I can use keytool with these commands: keytool -exportcert -alias [alias] -keystore [keystore] | openssl sha1 -binary | openssl enc -a -e The only problem is that I have no idea where to insert this, I tried through command windows (win7) and I tried opening the file keytool.exe. 回答1: Download and install OpenSSL from http://slproweb.com/products/Win32OpenSSL.html based on windows 32 or 64