I have been following the Facebook API guide on https://developers.facebook.com/docs/mobile/android/build/#sig and in step 5 it says
There are two ways to find your Android application signature:
1) From debug logs generated during Single Sign On when there is a signature mismatch.
2) From the Java JDK keytool.
How do I find it using debug logs? I have enabled the logs as they said, using private static boolean ENABLE_LOG = true;
. I want to know this because I have tried to get it following step 2, but unsuccessfully. I can't find anything in the logs that would tell me the correct Key Hash.