How to create a Facebook key hash?

前端 未结 9 1203
独厮守ぢ
独厮守ぢ 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

    When having the error in the log, when trying to login to Facebook, look for something that looks like:

    Invalid key hash. The key hash *** does not match any stored key hashes. Configure your app key hashes at http://developers.facebook.com/apps/565561836797777
    

    where "***" is the key that you need to use.

提交回复
热议问题