I use Facebook dialog to post on the wall in such way
[facebook dialog:@"feed" andParams:params andDelegate:self];
If user was not logged in before dialog, login window is appeared in dialog. That's OK,but when user press Log in dialog is dismissed and user must to call dialog again,and after all post my message on his wall. That's pretty weird to force user call dialog twice,so can anyone help me with this problem?