很抱歉,如果这是一个愚蠢的问题,但我真的想知道在facebokk应用页面上注册hashkey的目的是什么。我在我的申请中没有使用它(如果我们必须使用它,请告诉我在哪里)。
问题是如何使用hashkey对我的应用进行身份验证? 以及如何使用哈希键签署我的应用程序??? 谢谢你的帮助!!!
答案 0 :(得分:2)
Facebook requires an additional layer of security for mobile apps in the form of an
application signature. You need to put your Android application signature into your
Facebook application settings. You can generate a signature by running the keytool that
comes with the Android SDK. The following shows how to export the key for your app using
the debug defaults specified by the Android SDK and Eclipse.
同时检查此Hash Key for Single Sign-On
另外if i put another Key Hash which is not generated by me
如果您使用错误的密钥哈希,您将获得无效密钥错误。
答案 1 :(得分:0)
它被用作另一层安全。关于它实际使用了多少,我不是百分百肯定。但是,这里有一些可能有用的链接。
Use of the Facebook App Key Hash
https://developers.facebook.com/docs/mobile/android/build/#sig