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.

The problem is the Facebook lint tool get the correct values, but when I press like, I get an old description. I've waited 48 hours, cleared the cache with &fbrefresh=CAN_BE_ANYTHING, and nothing seems to help.

Here's the link: http://developers.facebook.com/tools/debug/og/object?q=falkenbergsrevyn.se%2FBloggdetails.aspx%3Fid%3D34%26fbrefresh%3DCAN_BE_ANYTHING

Press "skicka" here and see the problem:

http://falkenbergsrevyn.se/Bloggdetails.aspx?id=34

The values are correct in the lint but not when you "like" the post.

(I'm having problems with Facebook not updating their cache. I checked out the other posts about this, but nothing solved this..)

share|improve this question
1  
fix the errors strip html from your og:description and add : og:title, og:url, og:type, og:image and fb:admins or fb:app_id – Frederick Behrends Feb 2 '12 at 12:36
1  
"&fbrefresh=CAN_BE_ANYTHING" - what is this? What cache are you clearing? – Lix Feb 2 '12 at 13:11
frederick, I have the title and image tags to, Ive got it working on another page on the site without trouble. Actually, I didnt realise what i should change the fbrefresh to, and the author of the comment didnt state it – Jimmy Feb 2 '12 at 13:23

1 Answer

up vote 2 down vote accepted

Your og meta tags are not correct.

<meta name="og:title" content="...

should be adjusted to the specification stated at http://ogp.me,

<meta property="og:title" content="...
share|improve this answer
I set the tags dynamically in code, and i cannot chosse to set them as meta property. also, the developing environment says it wrong and it still works on anaother page on the site with "name". – Jimmy Feb 3 '12 at 7:31
I've never seen name= working. Share the link please? – DMCS Feb 3 '12 at 14:45
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 accepted. Thank you! – DMCS Apr 17 '12 at 20:05

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.