I am working with Facebook sharing SDK for iPad app. I had used tutorial referenced here:
With this tutorial sharing was working perfectly. But It was not showing POST TO WALL dialog, which previews user and asks for any comments before posting story.
I had modified few files and methods, in the manner FBDialog gets displayed. Now for the POST TO WALL dialog, I am setting everything and it works perfect, when I click on SHARE button in the dialog. But then it shows blank dialog box. And when I tap on CANCEL button it does nothing, after 2-3 more taps dialog box closes.
Can anyone look into following method of FBDialog.m..?
webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request
navigationType:(UIWebViewNavigationType)navigationType
I need Dialog should be closed after SHARE or CANCEL clicked.