Android app Key Hash doesn't match any stored key hashes

后端 未结 13 1667
后悔当初
后悔当初 2020-12-02 14:51

I have an application on production on Play Store which uses a login with the Facebook SDK. When I debug the application from Eclipse there is no problem, but when its on pr

13条回答
  •  清歌不尽
    2020-12-02 15:16

    For the released version, generate hash key using this line :

    keytool -exportcert -alias foodtimeph -keystore /Users/eliedanhash/Downloads/ph/foodtimeph.keystore.jks | openssl sha1 -binary | openssl base64
    

提交回复
热议问题