Facebook integration works fine when running App on a device from eclipse, the App is signed here with debug key.
However I have now published the App and get the error:
"Invalid android-Key parameter. The key ******* does not match and allowed key.
I have added the the new publishing key to the App settings on Facebook, and added the key posted on the Facebook error as described here.
This is very frustrating, i had this issue when developing the app using the debug key where I added the key generated from the FB error to the App settings in FB and it worked, however this will not work now:)
PS I know I have the correct publishing key as I have out this into Google Map app settings and maps works fine!
Manifast:
<!-- meta data fro FB API -->
<meta-data android:name="com.facebook.sdk.ApplicationId" android:value="@string/app_id"/>
<activity android:name="com.facebook.LoginActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
/>
Im following FB developer instructions here.
I get my release key here:
keytool -list -alias DistributionKeyStoreAlias -keystore "/Users/callanmooneys/Desktop/Android Devolpment/Distributionkeystore" -storepass password -keypass password
Any input much appreciated, (Note. FB has been a constant pain in my neck developing this app!!!)