1

好的,我在这里遇到了第一个障碍,我相信这很明显。我在 Facebook 上创建了一个小测试开放图形应用程序,并拼凑了一个 HTML 页面作为对象 URL(下面的代码)。这确实是最基本的测试,我直接从FB复制代码。

当尝试使用调试器解析它时,我收到以下错误:

Error Parsing URL Error parsing input URL, no data was scraped.

网页的完整 HTML 代码为:

<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# aform_garibaldi: http://ogp.me/ns/fb/aform_garibaldi#">
  <meta property="fb:app_id" content="295505860505869" /> 
  <meta property="og:type"   content="aform_garibaldi:drumming_style" /> 
  <meta property="og:url"    content="http://www.appsformusicians.com" /> 
  <meta property="og:title"  content="Sample Drumming Style" /> 
  <meta property="og:image"  content="http://static.sqsp.com/static/4f666fb024ac1097e0151676/g/4f6d01ab24acad75aa703794/1332543916140/" /> 
</head>
<body>
Hello World.
</body>
</html>
4

1 回答 1

0

他们的调试工具有 50% 的时间工作。

如果您尝试通过在地址栏中粘贴直接 url 来访问它,就像.../debug/?q=http://... 它显示错误一样。

但是,如果您在此之后单击调试按钮,它将起作用。

于 2014-03-26T15:18:46.717 回答