I follow this guide to integrate facebook on my app iPhone: here But When I click FConnect and I try to insert my user and psw didn't appear the keyboard:

enter image description here

link|improve this question

61% accept rate
feedback

1 Answer

pls check your code if you have this line than it means you close it.

textField.userInteractionEnabled = NO;

keyboard type maybe you need to define yourself?

and you can use the original example from facebook here

link|improve this answer
I Check the code for userInteractionEnabled but it don't found. – Dany Aug 23 '11 at 11:10
feedback

Your Answer

 
or
required, but never shown

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