I have a problem when I want to publish my application android with fb integrated. I signed my app with eclipse, and used "keytool -exportcert -alias androidreleasekey -keystore MyReleaseKeystore.keystore | openssl sha1 -binary | openssl base64" in terminal to generate a release key, and I added in "Native Android App" configuration.
I tested l'app, and I got error when I wanted to login: " is misconfigured for facebook login.... "
When I tested with debugkey, all works well. And When I generate the release key for FB, the keytool didn't ask me for the password. I think it should have? is the "-alias androidreleasekey" should have a nother alias name? or juste whatever i like?
Any ideas? Thanks!