I integrated an Android app with the Facebook Android SDK 3.02b and am getting the 'app is misconfigured' message on the facebook authorization screen. This is strangely only happening for the debug apps, e.g. the ones that are signed with the debug keystore.
- I verified I took the hash for the correct keystore, e.g .android/debug.keystore - this is also the one configure in Eclipse (that I use to run and install the app)
- I added both hashes to the facebook app configuration.
- I strangely cannot see any log messages pointing to the key issues, even though logging is turned on in Util.java
Any ideas?