Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When using the Facebook Registration social plugin, the user is presented with an undo dialog after pressing the "Register" button. I've observed several sites that also use the Registration plugin that do not display this dialog, i.e. Car and Driver and Friend.ly.

Has anyone encountered this, and found the right box to check to disable the undo dialog behavior?

When looking at the returned files from Facebook, this parameter in registration.html seems to control this behavior:

FB.Registration.mustConfirm = false

I've tried the XML and older APIs, and have observed the same results. I'm looking for an official/supported solution to this problem, ideally, and not a JavaScript hack.

share|improve this question

1 Answer

up vote 2 down vote accepted

This feature is not currently available to all developers. We may make it available more broadly, but right now it is limited to a few partners.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.