I'm trying to make a second login from my android device to my Facebook application.
I have already calculated the hash key with the following code: https://stackoverflow.com/a/26450047/1801688
I succeeded to make the first login (registration) to the FB app.
Then i logged out.
Now when i'm trying to log in again i'm getting the "invalid key hash error", like this:
If i go to the user Facebook setting and remove the application, then i can log in again and blocked again on the second try.
I also tried the hash calculated over the key: "~/.android/debug.keystore" and it made no difference.
I'll be happy to get some suggestions here. Thanks.
When i use the FB application i'm getting this error. – Benaya Jan 07 '15 at 10:33