好的,我在这里遇到了第一个障碍,我相信这很明显。我在 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>