When I input some URLs in the Facebook Object Debugger, the Debugger works fine, but for other URLs it does the following:
- Says the URL returns a http status 200 (i.e. everything ok)
- Then contradicts itself by saying "Can't download: Could not retrieve data from URL."
The URLs that I input do return the correct http headers (i.e. status 200) and are accessible to the FB object debugger. In other words, when the debugger says "Could not retrieve data from URL", there seems to be a problem with the debugger.
Take two URLs as examples:
- Does not work: http://www.interaction-design.org/encyclopedia/aesthetic_computing.html
- Does work: http://www.interaction-design.org/encyclopedia/usability_evaluation.html
The Object Debugger returns these result for the two URLs:
developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.interaction-design.org%2Fencyclopedia%2Fvisual_aesthetics.html
developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.interaction-design.org%2Fencyclopedia%2Fusability_evaluation.html
This has not been reported as a bug, so I'm wondering if I'm doing something wrong or that this indeed is a bug in the Ojbect Debugger.
I hope someone is able to help !
All the very best,
Mads