Hy! I tried to integrate the facebook sdk with my android app. I obtain my key kashes using this comand:
keytool -exportcert -alias androiddebugkey -keystore "C:\Documents and Settings\Administrator.android\debug.keystore" | "C:\OpenSSL\bin\openssl" sha1 -binary |"C:\OpenSSL\bin\openssl" base64
After that I, i create a new facebook application, where i selected native android app and i give my hashkey.
But when I run the app, I receive this error:
Can someone to help me?