How to create a Facebook key hash?

前端 未结 9 1206
独厮守ぢ
独厮守ぢ 2020-12-14 13:15

In the Facebook android tutorial we are told to use following code to create a key hash:

keytool -exportcert -alias androiddebugkey -keystore ~/.andro

9条回答
  •  南笙
    南笙 (楼主)
    2020-12-14 13:39

    You can create this way

    keytool -exportcert -alias androiddebugkey -keystore c:\Users\\.android\debug.keystore | openssl sha1 -binary | openssl base64
    

    Enter keystore password: android

提交回复
热议问题