Here's an example URL:
http://www.motherjones.com/mojo/2012/05/reince-priebus-lgbt-workplace-discrimination
The above used to pull in no image, title or description when pasted into the Facebook status update box -- it remained a bare URL. I then ran it through the debugger, which found no problems. It now pulls in the headline, image and description when pasted into the status update box.
For comparison, here's a post I have not yet debugged. It does not transform when pasted into the update box. As soon as I or anyone else runs it through the debugger, however, it will start pulling in the headline (although this one doesn't have an image or description).
This could simply be a timing issue -- FB is slow to prepare the metadata on our pages -- but we have noticed that it takes hours, maybe days for the sharing to start working properly. That's long after the piece has peaked in traffic, so it does us little good.
We started seeing this around April 9.
My question: is there something about our pages that is making Facebook slow to scrape them? What am I missing? If there is a problem, why doesn't the debugger tell me? It does seem like there's a slightly updated version of the doctype to try, but that doesn't seem likely to be the culprit. Also -- is there any reason I shouldn't write a hook to run everything through the debugger at publish time?