Reputation: 4645
What could be the reason that the Facebook object debugger/URL linter just returns 206 and “Could not retrieve data from URL” for http://test-play.chessclub.com? The scraped URL just shows an empty page. The site uses a node.js/express server.
Upvotes: 0
Views: 2195
Reputation: 4645
The problem is with node.js/express 2. After upgrading to express 3 the problem vanished.
Upvotes: 0
Reputation: 350
Facebook can't connect to your server - try the response echo at https://developers.facebook.com/tools/debug/og/echo?q=http%3A%2F%2Ftest-play.chessclub.com%2F and you'll see they don't get a page back from the server.
Are you filtering on user agent or something? I can see the OG tags fine in my browser.
Upvotes: 1