Facebook Android Generate Key Hash

后端 未结 21 2332
误落风尘
误落风尘 2020-11-22 04:11

Trying to create an android app with Facebook integration, I\'ve gotten to the part in the docs where you have to generate a key hash file, it specifies to run the following

21条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 05:11

    One line solution to generate for facebook

    keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
    

提交回复
热议问题