Thanks to everyone in advance
I followed this documentation:
and this particular video for integrating facebook into Android:
But Unity does not fill out (like in the video) the “Debug Android Key Hash” field that I have to paste into my facebook application.
Problem screenshot
I have installed:
I tried to manually create the "debug.keystore" file using cmd.exe ( Facebook Android Generate Key Hash ) with keytool and moved it to "C:\Users\(My UserName)\.android", but Unity did not find the key hash.
"C:\Users\(My UserName)\.android"
- ? ...
-------------- SOLVED ------------------------
Facebook Android Generate Key Hash, debug.keystore, "C:\Users\(My UserName)\.android" facebook
script Unity :
keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -binary | openssl base64
( mac, Mac)
. https://developers.facebook.com/docs/android/getting-started/facebook-sdk-for-android/
, , :
"C:\Users(My UserName).android"
( )
, debug.android , .
- , keytool, openssl . . , PATH.
, .
, eventappkey.keystore debug.keystore SHA1 - , facebook, ,
You can try to create an empty project in Android Studio (you can delete it later). Doing this creates the required debug.keystore file in the directory "C: \ Users \ {username} \. Android".