I'm using Facebook SDK for Android to integrate Facebook login into my app.
I have installed the SDK 3.0 beta 2. And followed these instructions:
https://developers.facebook.com/docs/getting-started/facebook-sdk-for-android/3.0/
It seems to work well, but when I test a sample app, or if I try my own app, in the login screen it says:
"xxx is misconfigured for Facebook login. Press Okay to go back to the application without connecting it to Facebook"
Now I have been going through a lot of threads on stackoverflow, I am not the only person with this problem, but I cannot get it to work. Most people are reporting problems with the key hash. But I have looked up where my key is stored, I have used the keytool command to get my key. And put it in the developer section, and in my app keyhash field. I have also used another solution given here to output to Logcat the key:
Facebook SDK for Android - Example app won't work
This gave me another key a lot longer, I put both keys online but it still doesn't work.
I also activated "ENABLE_LOG" in Util.java, but that never outputs anything.
I am not getting any useful errors in Eclipse.
Would anyone please help me find out what it is wrong ?