I am creating an iphone app with 5 tabs, each tab has a root view controller and I push view controllers on each root view. When I show a facebook dialog from the root view controller, it shows with no problem. However, when I try to show it from the pushed view controller, the dialog will just show and disappear immediately without even loading the page requested. Any ideas would be greatly appreciated. Thank you.
Share
This worked for me: http://forum.developers.facebook.net/viewtopic.php?id=90822#p319064
the jist: in FBDialog.m, change
to