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'm trying to set opengraph properties for our site but facebook refuses to see them.

I managed to reduce our content to a level, where facebook can see the og meta tags. It is available under http://cancellar.hu/test.html (note: deleted 99% of content)

I can see everything in linter: http://developers.facebook.com/tools/lint/?url=http://cancellar.hu/test.html

But when I add just a few ascii characters (notice: "felhasznal") to the second p: http://cancellar.hu/test2.html

Facebook says it has no tags: http://developers.facebook.com/tools/lint/?url=http://cancellar.hu/test2.html

# diff test.html test2.html 
41c41
< </p>
---
> felhasznal</p>
share|improve this question

1 Answer

up vote 1 down vote accepted

After long testing I wrote a filter which removes the html's body part if the user agent is a facebook bot. We had no errors since then.

share|improve this answer

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.