In my project is the next code which sends some message to user feed:
[facebook authorize:permissions delegate:self];
[facebook dialog:@"feed" andParams:params andDelegate:self];
But when I call function with this code, login dialog appears twice. How can I solve this problem? Thanks