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.

When I input some URLs in the Facebook Object Debugger, the Debugger works fine, but for other URLs it does the following:

  1. Says the URL returns a http status 200 (i.e. everything ok)
  2. 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:

  1. Does not work: http://www.interaction-design.org/encyclopedia/aesthetic_computing.html
  2. Does work: http://www.interaction-design.org/encyclopedia/usability_evaluation.html

The Object Debugger returns these result for the two URLs:

  1. developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.interaction-design.org%2Fencyclopedia%2Fvisual_aesthetics.html

  2. 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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.