0

I m using facebook ios sdk from github, for integrating facebook in my iPhone application. I m trying to share something in the wall. When I click share, it goes to facebook, does single sign on login, and comes back to my application. After coming to my application, it should show a webview with share options which was already there in FBDialog.m file. But, instead of showing this, it is dismissing automatically with webview didfail with error with error "WebKitErrorDomain" with error code = 102.

They have handled it by catching it up and dismissing the webview, but how to resolve it? What is the solution?

4

1 に答える 1

0

この webkiterrordomain がいつ発生するかがようやくわかりました。Facebook ダイアログ フィードに送信するパラメーターが正しくない場合、WebkitErrorDomain というエラーをスローする UIWebView の読み込みが停止します。あなたのパラメータをチェックしてください、あなたはそれを解決します。

于 2012-04-18T01:23:31.370 に答える