Skip to content

Instantly share code, notes, and snippets.

@chipcerio
Created October 13, 2015 01:54
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 chipcerio/e30aced88da47423bcbc to your computer and use it in GitHub Desktop.
Save chipcerio/e30aced88da47423bcbc to your computer and use it in GitHub Desktop.
# facebook development key hash
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
# facebook release key hash
keytool -exportcert -alias YOUR_RELEASE_KEY_ALIAS -keystore YOUR_RELEASE_KEY_PATH | openssl sha1 -binary | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment