I am working on Fb Sdk in android. I am doing import fb sdk and sample following here and i also get keyhash like this
C:\Program Files (x86)\Java\jre7\bin> keytool -exportcert -alias androiddebugkey
-keystore C:\Users\Duygu\.android\debug.keystore |C:\Users\Duygu\openssl-0.9.8k
_X64\bin\openssl.exe sha1 -binary | C:\Users\Duygu\openssl-0.9.8k_X64\bin\openss
l.exe base64
this is my app register
When i run HelloFacebookSampleActivity i am getting this error and changed with my app id from default id after error i am getting same error.
I have some question:
1) When i try HelloFacebookSampleActivity i must change default app id from my id or not?
2)I am using my key hash but i also see reliase key. I must use reliase key now or my keyhash.I am doing just sample now.
3)I dont understand RELEASE_KEY_ALIAS and path.Where is there in my computer?
keytool -exportcert -alias **<RELEASE_KEY_ALIAS>** -keystore **<RELEASE_KEY_PATH**> | openssl sha1 -binary | openssl base64
Can anybody help me? I see all post but i couldnt.