When I enter Application ID, the field is empty after I have saved the form on admin-page.

Comments

vectoroc’s picture

Status: Active » Postponed (maintainer needs more info)

can't repeat it on last version from github

twooten’s picture

I'm getting the same problem from the dev version on your project download page.

axe312’s picture

I had the same problem!

Try to uninstall the module and reinstall it. (maybee some problems with older versions you've installed)

if this does not work, do you have the facebook social module installed?

espenmoe’s picture

No, but I did have the module.

axe312’s picture

then try to uninstall both modules and first install facebook connect. does it work without facebook social?

Are u using the newest version from github?

olivo.marco’s picture

Same problem here, I had experimented with facebook social before but I then uninstalled the module.
I tried to uninstall the module and reinstall, but nothing: every time I try to put in my application ID, it does not get saved.

Actually, what happens here is that the key seems to be saved in the DB ("variable" table), but as fbconnect_appid. If you rename that to fbconnect_key with:
update variable set name ='fbconnect_key' where name='fbconnect_appid';
and then you save once again, it gets saved (at least it worked for me)

There is likely a bug with how the admin form is displayed/saved.
Any chance to have it properly fixed?

vectoroc’s picture

looks like a magic.
If you could give steps to reproduce this perhaps I could fix it