I have uploaded my app APK to google and enabled app signing key to let google sign up my app .Now ,I need the deployment key hash requested by facebook ,I did downloaded the deployment_cert.der file used to generate fingerprints but i don't know how to compute the required Key hash by facebook.Please do not tell me how to generate key hash from key store since I already have generated the key hash for the testing purposes ,what I want know is the Key hash for the release version of my app APK which is signed by google .
Steps : Go to facebook developer's page : https://developers.facebook.com/ Open the App tabs and than click the Setting. Paste the generate hashkey on HashKey's field = If you don't have it yet, get your key hash part of code.
from SHA-1 hash in hex format (as found in Play console) you can convert it into base64 hash code
example:
echo 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 | xxd -r -p | openssl base64
and then copy generated code to facebook dev account -> your app -> Basic Steeings -> Android -> Key Hashes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With