我正在尝试从Android应用程序登录Facebook,因此我使用此命令生成我的密钥哈希:
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary | openssl base64
当我点击我的Facebook登录按钮时,我收到了这个错误:
Invalid key hash. the key hash XXXXX/XXXXX does not match any stored key hashes. Configure you app key hashes at http://developers.facebook.com/apps/app_id
你知道吗?
谢谢!