我正在使用feed方法制作facebook分享,当我使用浏览器时,一切正常。
但是当使用带有Phonegap(WebView)的Web应用程序时,当我按下“取消”或“共享”(正确共享到Facebook)时,我总是被重定向到带有以下URL的空白页面 https://m.facebook.com/v2.4/dialog/feed
有什么想法吗?
<httpRuntime requestPathInvalidCharacters="<,>,*,%,\"/>
答案 0 :(得分:0)
我设法使用以下网址修复Android Webview上的空白屏幕:
window.location = "https://www.facebook.com/dialog/share?
app_id=xxxxxxxxxxx&display=popup&href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2F&redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fexplorer"
相应地更换redirect_uri。