Android Facebook SDK: generate release key hash

后端 未结 11 1983
执念已碎
执念已碎 2020-12-04 14:49

I\'m building an app in which users can log in with Facebook.

I\'ve created the hash keys like following:

try {
         PackageInfo info = getPackag         


        
11条回答
  •  情书的邮戳
    2020-12-04 15:15

    We need to replace the word "openssl" by the path of one file inside the openssl structure.

    So, My CMD command is:

    C:\Program Files\Java\jre1.8.0_45\bin>keytool -exportcert -alias Informatheus -keystore C:\Users\Atendimento\Dropbox\AndroidKeystore\Keystore | C:\Users\Atendimento\Desktop\openssl\bin\openssl sha1 -binary | C:\Users\Atendimento\Desktop\openssl\bin\openssl base64
    

    It worked.

提交回复
热议问题