在 android 上使用 Facebook API 的密钥哈希的目的是什么?
What is the purpose of Key Hash for using Facebook API on android?
我刚开始学习使用facebook 的sdk 制作应用程序,我不太明白生成密钥散列的目的。有人可以解释它的目的吗?
它用于您的应用程序与 Facebook
应用程序之间通信的唯一密钥
Facebook uses the key hash to authenticate interactions between your
app and the Facebook app. If you run apps that use Facebook Login, you
need to add your Android development key hash to your Facebook
developer profile.
看到这个Docs
我刚开始学习使用facebook 的sdk 制作应用程序,我不太明白生成密钥散列的目的。有人可以解释它的目的吗?
它用于您的应用程序与 Facebook
应用程序之间通信的唯一密钥
Facebook uses the key hash to authenticate interactions between your app and the Facebook app. If you run apps that use Facebook Login, you need to add your Android development key hash to your Facebook developer profile.
看到这个Docs