Created
May 23, 2011 07:35
-
-
Save boyvanamstel/986357 to your computer and use it in GitHub Desktop.
Android Facebook SDK hash generation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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