Facebook connect button not working on iOS 5

I am using Facebook Connect . When I click the Login button in the Facebook dialog, it just disappears as usual, but it doesn't login.

If I log in through the device and then press the Go button on my keyboard, and if I press Enterin the simulator after entering my username and password it successfully completed but without clicking the Login button.

+3


source to share


1 answer


When you say Facebook Connect, I am assuming you mean the current version of the Facebook SDK as outlined in the iOS Tutorial .

If so, can you confirm that your method FBSessionDelegate

fbDidLogin

is being called? (Put a logging message there, or debug a breakpoint and make sure it does.)



If the call is not called, this can happen if you don't put this code in your application delegate, but rather have it in some other object.

0


source







All Articles