Skip to content

Instantly share code, notes, and snippets.

@dharavp
Created March 18, 2019 06:24
Show Gist options
  • Save dharavp/74b438d7b043d5eea47ab84a2ed3335c to your computer and use it in GitHub Desktop.
Save dharavp/74b438d7b043d5eea47ab84a2ed3335c to your computer and use it in GitHub Desktop.
facebook login relelase key
keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <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