How can I dismiss an FBWebDialogs programmatically - I have seen through all the documentation and stack overflow questions, and there seems to be no way to do this? That can\'t
Just use [self dismissModalViewControllerAnimated:YES]; it worked well for me!
[self dismissModalViewControllerAnimated:YES];