Skip to content

Instantly share code, notes, and snippets.

@sebolio
Created June 7, 2019 07:05
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 sebolio/776e52e843f8af4d77a31a975435e5c9 to your computer and use it in GitHub Desktop.
Save sebolio/776e52e843f8af4d77a31a975435e5c9 to your computer and use it in GitHub Desktop.
obtener hash key para facebook de una app hecha en cordova
keytool -list -printcert -jarfile app-debug.apk | grep -Po "(?<=SHA1:) .*" | xxd -r -p | openssl base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment