Getting Key Hash for Facebook
- Download and install latest JDK from here. If you have build an Android App previously, you should already have this JDK installed.
- Once JDK is installed, run keytool with the following command.
keytool -keystore /path/to/file.jks -list -v
/path/to/file.jks
is the path of your Android Keystore file that was previously generated.