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 own a Facebook page here:

facebook.com/moonward

And everytime I post a new article on my blog I paste the url in the status and it usually picks up the OpenGraph correctly, but sometimes with some urls it fails horribly.

For example, this doesn't work:

http://www.moonward.net/inspiracion/2012/01/guy-laramee-esculturas-de-libros/

And this one does:

http://www.moonward.net/animacion/2011/12/diablo-iii-impresionante-video-introduccion-y-arte/

What's the difference? Why is this happening?

share|improve this question

1 Answer

It seems the blogging engine or the hosting of that blog is very slow to respond.

Facebook's linter cannot get a response in a timely manner and give up.

Scrape Information Error Parsing URL: Error parsing input URL, no data was scraped.

Try for yourself:

https://developers.facebook.com/tools/debug/og/object?q=www.moonward.net%2Finspiracion%2F2012%2F01%2Fguy-laramee-esculturas-de-libros%2F

EDIT

There are so many things that can cause the interwebs to be slow. Let's start at the content and list some of the points where the process can be slow. Remember, it may even be a combination of these issues, it doesn't have to be just one.

  • The db is slow in returning data to the blog engine.
  • The connection between the db and server is overloaded
  • The blog engine is overloaded and cannot process the response/request from the db
  • The blog engine is slow parsing that data to present as HTML
  • the web server is slow sending out the HTML to the client
  • the network between the webserver and firewall is overloaded
  • the firewall is overloaded
  • the interwebs are overloaded at some point in the tracert between the user and webserver.
share|improve this answer
It's really weird, since it works good with some other posts. Shouldn't this happen to all posts if it's a server issue? – Javier España Jan 23 '12 at 20:52
See edits above – DMCS Jan 23 '12 at 22:47
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 23:20
But I still don't see how it can work for some posts and not for others. If it was a DB or host speed issue it will happen for every single post, and not just for some of them... The randomness of this issue is killing me, and in fact other Social Media like Google Plus or Twitter don't have this problem at all and respond perfectly... – Javier España Feb 17 '12 at 20:31

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.