i’ve long been wanting to ask, what’s the difference between android hashkey and the facebook appId you generated who’s got a secret question ???
so i went and check to the guides they say use:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
and replace “debug” with the name of our app?? tell me if im following correctly. im using WINDOWS XP and when i run that code in the java bin directory from the console it said “open ssl” is not a valid command? gaaawd, this is hurting my nooby head.