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 am trying to get a facebook like button running. Instead when you click on it it shows some kind of mistake. After using the facebook "Object Debugger", I got this error

'Inferred Property: The og:locale property should be explicitly provided, even if a value can be inferred from other tags.'

share|improve this question

2 Answers

up vote 0 down vote accepted

Follow this to fix: https://developers.facebook.com/docs/beta/opengraph/internationalization/

share|improve this answer
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 16:42

Have you tried adding an og:locale tag? Such as:

<meta property="og:locale" content="en_US" />

I haven't seen this error personally, but that's what the error message seems to imply.

http://ogp.me/

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.