I have an Android application that allows the user to connect to his Facebook account and automatically make a post on his wall.
All this is perfectly working with t
To make facebookConnect work with an android release build you need to create a reference to the keystore file, which you have used for signing your app.
on a mac:
keytool -exportcert -alias
on win:
keytool -exportcert -alias
the output should be set in Android -> Key Hashes
in Facebook settings