IOS SDK text input

I am creating a Facebook application that calls the Facebook dialog so that users can post a message.

Using the documentation on facebook, calling the facebook object:

[appDelegate.facebook dialog:@"feed" andDelegate:self];

Opens the dialog I need. However, the keyboard for user input does not appear, and all I can do is post a blank message on my wall. Has anyone else come across this?

+3
source share
1 answer

Have you ever figured out how to solve this problem? I see the same thing. I use the three20 framework in addition to the Facebook SDK - maybe this has something to do with it?

Update:

I understood the question that I saw, and hopefully this helps you.

, [self.window makeKeyAndVisible] : didFinishLaunchingWithOptions:. , FBDialog. : UIWebView

+3

All Articles