解析打开的图形对象URL时出现调试程序错误

时间:2012-05-12 22:47:38

标签: html facebook-graph-api facebook-opengraph

好吧,我在这里遇到了第一道障碍,我确信它显而易见。我在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>

1 个答案:

答案 0 :(得分:0)

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

如果您尝试通过粘贴地址栏中的直接网址来访问它,例如.../debug/?q=http://... 它会显示错误。

但如果你在此之后点击调试按钮就可以了。