如何导出我的 Android 应用程序的密钥以与 facebook sdk 一起使用
如何使用 Android SDK 和 Eclipse 指定的调试默认值导出应用程序的密钥 我正在尝试生成与 Facebook SDK 一起使用的密钥 我已尝试过
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug .keystore | openssl sha1-二进制 | openssl base64
如果它有帮助我正在运行 ubuntu 11.04 但如果我可以这么说的话,它生成的是胡言乱语 多谢
How do i export the key for my app using the debug defaults specified by the Android SDK and Eclipse I am trying to generate a key for use with the Facebook SDK I have tried
keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore
| openssl sha1 -binary
| openssl base64
if it helps i am running ubuntu 11.04
but what it generates is gibberish if i may say so
thanks alot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果乱码是指随机字符和数字,大约有 30 个:
很好,正是您所需要的。只需将它们复制到您在 Facebook 上的应用程序个人资料中即可。
如果没有,请发布执行此操作时收到的错误或命令输出。
If gibberish means random characters and numbers, about 30 of them:
Thats fine and what you need. Just take them and copy them to your applications profile on Facebook.
If not, please post the error or command output you get while doing so.