Facebook Open Graph发出错误"无法下载:无法从URL"和状态代码206

时间:2012-05-13 11:39:33

标签: node.js express facebook-opengraph

这有效:

  

http://www.opengraph.in/?url=snakes.eric-wieser.tk/fb-og.html

但这不是:

  

http://developers.facebook.com/tools/debug/og/object?q=snakes.eric-wieser.tk/fb-og.html

正在抓取的网页是here。我认为我不能让它变得更简单

Facebook提供状态206,并表示无法从页面下载任何数据。


我正在使用Express和Node.js,设置如下:

var app = express.createServer();
app.listen(8090);
app.use(express.static(__dirname, {maxAge: 60000}));

为什么不工作? 什么ca

0 个答案:

没有答案