Skip to content

Instantly share code, notes, and snippets.

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 CornejoReyes/c539f57fc4008a22058afe1d03783f93 to your computer and use it in GitHub Desktop.
Save CornejoReyes/c539f57fc4008a22058afe1d03783f93 to your computer and use it in GitHub Desktop.
Comands to generate hashes for facebook and google ANDROID
keytool -exportcert -alias <ALIAS> -keystore <PATH-TO-KEYSTORE> | openssl sha1 -binary | openssl base64 //facebook hash
keytool -exportcert -keystore <PATH-TO-KEYSTORE> -list -v //google, search SHA1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment