I'm creating the site http://Meer.li and when I run it through facebook debugger - http://developers.facebook.com/tools/debug/og/object?q=meer.li - it can't find my meta-tags.
When I look at the source of what facebook scrapes, it shows a stripped down version of my site, where it has changed the doc-type and there's no meta tags - http://developers.facebook.com/tools/debug/og/echo?q=http%3A%2F%2Fmeer.li%2F.
What am I doing wrong here?
I'm running rails 3.2, ruby 1.9.3 and the whole thing is running on Heroku with a mongo database.
Edit
It seems that I do have the right accept header in my app... if I do this in the different views:
<%= request.headers["Accept"] %>
I get:
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Why can we scrape the whole site if we do curl -H and the right headers? Why doesn't facebook scrape my site?