方式一: 代码生成 import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.Signature; import android.util.Base64; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; /** * Created by ${zyj}...
计算facebook sdk需要的key hashes 1. 下载openssl,在C盘创建openssl文件夹,解压下载的zip到openssl文件夹。 2. 找到debug.keystore。 windows下在C:\Users\用户名\.android,mac下在~/.android/(mac下可能看不见,cmd里cd进去ls可以看见)。 3. cd进debug.keystore所在目录,然后: keytool -exportcert -alias an...
keytool -exportcert -alias androiddebugkey -keystore C:\Users\Tom\.android\debug.keystore | openssl sha1 -binary | openssl base64 會顯示以下,並輸入預設密碼android 輸入keystore 密碼:android 就會取得keyhash 再到facebook ->管理應用程式 ->自己的應用程式-> 設定 ,key hash 填入該keyhash即可。 deb...
1:需下載 openssl http://blog.rx836.tw/blog/android-facebook-key-hashes/ 下載後,解壓縮,如下,到bin資料下底下取得openssl.exe 2:将oppenssl.exe放到 D:\jdk\jdk1.8.0_05\bin 3:命令行执行: keytool -exportcert -alias taiwan -keystore D:\Desktop\taiwan.keystore | openssl sha1 -binary | ope...
i'm using intel xdk 1995 to build a professional app Android/IOS. I use the Facebook connect plugin. I'm facing a problem that my app does not have key hashes configured when trying to login with facebook. After having searching a while on the internet it appears that the faceb...
1:需下載 openssl http://blog.rx836.tw/blog/android-facebook-key-hashes/ 下載後,解壓縮,如下,到bin資料下底下取得openssl.exe 2:将oppenssl.exe放到 D:\jdk\jdk1.8.0_05\bin 3:命令行执行: keytool -exportcert -alias taiwan -keystore D:\Desktop\taiwan.keystore | openssl sha1 -binary | ope...
keytool -exportcert -alias <RELEASE_KEY_ALIAS> -keystore <RELEASE_KEY_PATH> | openssl sha1 -binary | openssl base64as shown inhttps://developers.facebook.com/docs/android/getting-started?locale=ja_JP#release-key-hash. To know <RELEASE_KEY_ALIAS> and <RELEASE_KEY_PATH>, I putexp fetch...
I was wondering how I can gen the Facebook Key Hash. I read a few posts of which never got answered. First time login was fine but then when I tried again it asked for key hashes and despite what others have said, I cannot get the key hash from the build settings. Please help Th...
Though it is a very small topic for some of the people but a very big issue for some people who are facing “Facebook error: SERVER_ERROR: [code] 1349195 [message]: The key hash does not match any stored key hashes. Go tohttps://developers.facebook.com/docs/facebook-login/androidfo...
The build is minified and the filenames include the hashes. Your app is ready to be deployed! See the section about deployment for more information. npm run eject Note: this is a one-way operation. Once you eject, you can’t go back! If you aren’t satisfied with the build tool an...