In the Facebook android tutorial we are told to use following code to create a key hash:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
Is this the exact code to use in all situations? For example instead of ~/.android/debug.keystore
should it something like C:/folderone/foldertwo/.android/debug.keystore
?
As you can see I'm unsure of whether inverted commas are required or not, whether full paths are required or not!
Is anyone able to provide a real world example?
See
https://developers.facebook.com/docs/mobile/android/build/#sso