I have searched for info on the "is misconfigured for Facebook login" error message but have found no working solution. I have set Util.ENABLE_LOG to true but I get no error message in my log at all and so I can not figure out what is causing this.
I am developing with Eclipse on a Mac.
I have generated a hash with the keygen tool.
It seems Eclipse is looking for the debug.keystore in the correct location.
I simply call facebookSDK.authorize(activity, this); where activity is my main activity holding a SurfaceView that draws my UI on canvas (its a game like app), and this opens the FacebookSDK login UI just fine and I can log in but it then gives me this "misconfigured" error message (but nothing in the logs).
The callback methods "onComplete, onFacebookError, onError, onCancel" never gets called.
So, Im stuck here! Any ideas to what I can do to figure out what the problem really is?
Thank you
Søren