Skip to content

Instantly share code, notes, and snippets.

@boyvanamstel
Created May 23, 2011 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boyvanamstel/986357 to your computer and use it in GitHub Desktop.
Save boyvanamstel/986357 to your computer and use it in GitHub Desktop.
Android Facebook SDK hash generation
# Release
keytool -exportcert -alias [alias] -keystore [keystore] | openssl sha1 -binary | openssl enc -a -e
# Debug
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl enc -a -e
Password: android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment