我从几天开始就遇到这个问题。以前它运行得很好但是现在这显示出上面的错误。我无法找到我错过的内容?这个问题怎么解决?
RateReview
的某些部分 public static String BASE_DOMAIN = "http://www.facebook.com";
public static String PATH_URL = "http://patanheritage.com/homestay/";
webViewComment.loadDataWithBaseURL(BASE_DOMAIN,
"<html><head></head><body><div id=\"fb-root\"></div><div id=\"fb-root\"></div><script>(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = \"http://connect.facebook.net/en_US/all.js#xfbml=1&appId=" + APP_KEY + "\";fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script><div class=\"fb-comments\" data-href=\""
+ PATH_URL + home_stay_id + "\" data-width=\"470\"></div> </body></html>", "text/html", null, null);
webViewComment.setWebViewClient(new WebViewClientActivity());
栈跟踪
"Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.", source: https://www.facebook.com/connect/ping?client_id=175417393005037&domain=www.facebook.com&origin=2&redirect_uri=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FZ2duorNoYeF.js%3Fversion%3D42%23cb%3Dfd183e7266bb3c%26domain%3Dwww.facebook.com%26origin%3Dhttp%253A%252F%252Fwww.facebook.com%252Ff3595cf4c5a55c8%26relation%3Dparent&response_type=token%2Csigned_request%2Ccode&sdk=joey (1)
10-08 07:48:34.325 1404-1424/? W/audio_hw_generic: Hardware backing HAL too slow, could only write 0 of 720 frames
如何解决这个问题???