I am posting to a user’s wall showing the standard dialog method:
[facebook dialog:@"feed" andParams:params andDelegate:self];
It renders fine in the 5.1 Simulator but on an iPhone running 5.1 it renders the “Say something about this” text field behind the “Post to Wall” toolbar. So basically the user doesn’t see it. Anyone else seeing this? Any suggestions on how to fix this? This is pretty core functionality that is not working. Pics of simulator and device provided below.
Thanks for any help.


I’m seeing the same thing lately, going crazy trying to figure it out.
update
Put this at the end of
- (void)webViewDidFinishLoad:(UIWebView *)webView: