如何创建Android的Facebook的密钥散列? [英] How to create Android Facebook Key Hash?

查看:688
本文介绍了如何创建Android的Facebook的密钥散列?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不理解这个过程的。我已经能够浏览到包含在Java SDK中的密钥工具的文件夹。虽然我不断收到错误的OpenSSL无法识别为一个内部或外部命令。现在的问题是,即使我能得到这个工作,我会做什么,用什么以后?

I do not understand this process at all. I have been able to navigate to the folder containing the keytool in the Java sdk. Although I keep getting the error openssl not recognised as an internal or external command. The problem is even if I can get this to work, what would I do and with what afterwards?

任何帮助将是非常美联社preciated。

Any help would be much appreciated.

推荐答案

下面是你需要做的 -

Here is what you need to do -

下载的OpenSSL从<一个href="http://$c$c.google.com/p/openssl-for-windows/downloads/detail?name=openssl-0.9.8k_WIN32.zip">$c$c 解压缩。在C中创建一个文件夹 - OpenSSL的:/这里复制提取code

Download openSSl from Code Extract it. create a folder- OpenSSL in C:/ and copy the extracted code here.

检测debug.keystore文件路径。如果妳没有发现,然后做在C语言的搜索:/,并使用Path在下一步骤的命令

detect debug.keystore file path. If u didn't find, then do a search in C:/ and use the Path in the command in next step.

检测到您的keytool.exe的道路,去那个DIR /命令提示符,然后在1号线运行此命令 -

detect your keytool.exe path and go to that dir/ in command prompt and run this command in 1 line-

$ keytool -exportcert -alias androiddebugkey -keystore "C:\Documents and Settings\Administrator.android\debug.keystore" | "C:\OpenSSL\bin\openssl" sha1 -binary |"C:\OpenSSL\bin\openssl" base64

它会询问密码,把机器人 就这样。 U将得到一个关键的哈希

it will ask for password, put android that's all. u will get a key-hash

这篇关于如何创建Android的Facebook的密钥散列?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆