Generate SH1 key facebook login

0

Good evening, I'm trying to implement a facebook login in my project, but I can not generate it, could you help me? Windows You will need the following:

Ferramenta de gerenciamento de certificado e chave (keytool) do Kit de desenvolvimento Java
openssl-for-windows Biblioteca OpenSSL para Windows do Google Code Archive

To generate a development key hash, run the following command at a command prompt in the SDK for Java folder:

keytool -exportcert -alias androiddebugkey -keystore "C: \ Users \ USERNAME.android \ debug.keystore" | "PATH_TO_OPENSSL_LIBRARY \ bin \ openssl" sha1 -binary | "PATH_TO_OPENSSL_LIBRARY \ bin \ openssl" base64

    
asked by anonymous 16.08.2018 / 04:49

1 answer

0

Mateus Lima followed the video where it is shown how to generate link

But by answering why it does not work, you need to download openssl and put the path in place of PATH_TO_OPENSSL_LIBRARY. Good luck.

    
19.08.2018 / 00:48