Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am running a URL through the Object Debugger, but it seems nothing is scraped for this URL. I get the following error message:

Could not retrieve data from URL.

Looking at the scraped data, only a single line has been scraped, which doesn't even correspond to the content in the the scraped page.

Edit:

This is caused by whitespace before the initial <html> tag. Removing any leading whitespace solves the problem.

share|improve this question

2 Answers

Try this URL, Facebook tries to download but your server is not returning any data. When we see this URL, you'll found

http://developers.facebook.com/tools/debug/og/echo?q=https%3A%2F%2Fwww.propellerheads.se%2Fshop%2Findex.cfm%3Ffuseaction%3Dproduct_detail

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
share|improve this answer
Yes, this is what I already stated in the question. Somehow FB receives empty content instead of the actual content. – Markus Amalthea Magnuson May 18 '12 at 14:04

Check if you use gzip in your page, disable it and try again. That fixed it for me.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.