-1

I followed How to create Android Facebook Key Hash? keytool -exportcert -alias androiddebugkey -keystore debug.keystore | openssl sha1 -binary | openssl base64 and the result matches what is on my facebook app settings page I still got the same error

Community
  • 1
  • 1

1 Answers1

1

I was trying it recently. And I used android platform.

I found there are two key hashes I have to find out.

  1. The key hash at my build environment saved at /.android/ like you did.
  2. The key hash from the device, which mentioned in this link( the reply of "you can use code below to get the Hash key" ). Key hash for Facebook Android SDK

I filled them both at facebook app setting. I hope this helps you.

Community
  • 1
  • 1
NDark
  • 60
  • 8