I am using Facebook Connect. When I click on the “Log In” button of the Facebook dialog, it just disappears like normal, but not Login.
If I log in through a device and then press the Go button of the keyboard and if I press Enter in the simulator after entering my username and password that it has successfully logged in but not by clicking on the “Log In” button.
When you say Facebook Connect, I assume you’re referring to the current version of the Facebook SDK outlined at iOS Tutorial.
If so, can you confirm that your
FBSessionDelegatemethodfbDidLoginis getting called? (Put a logging message or debugging breakpoint there and confirm that this is the case.)If it’s not getting called, that can happen if you don’t put this code in your application delegate, but rather have it in some other object.