I've got the Facebook Registration API working to allow users to register on my website, however, when the user decides to login to Facebook to fill out the registration form, the password fields are still displayed for the user to fill out.
But if they're using their Facebook credentials, it doesn't make sense to still ask them to create a password.
I've tried subscribing to various events auth.prompt and auth.statusChange in order to try to reconfigure the Facebook Registration form myself, but those events don't seem to be firing for me when I login within the registration form (guessing because it's an iframe). Anyone else run into this problem?