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 have a problem that's been bugging me for a while now. I have a page with a Facebook Like button on it. When the visitor clicks on it, everything is working as it should. The user first logs in her Facebook account, and the right information is showing in the little iFrame that pops up. It has correct headline, url, image, and the possibility to add some text to the post.

But once posted on Facebook, the wall post doesn't show the description, instead it shows four rows with the text n/a. How come?

Some additional information:

  • I have set the followwing fields in the head section of the html, and the Facebook debugger tool scrapes the correct information: og:title, og:description, og:image, og:url, og:locale, og:type

  • Also, it always works for me and some others when liking it, but not when person X or Y tries to share it, so it's kind of sporadic...

  • I use the Facebook js sdk.

  • In the Facebook debugger tool I get this warning: fb:admins and fb:app_id tags are missing. These tags are necessary for Facebook to render a News Feed story that generates a high click-through rate. But I have read somewhere that this shouldn't be necessary in my case.

  • The description sometimes contains characters like Å, Ä and Ö.

Has anyone else experienced this behavior?

Thanks in advance!

share|improve this question
Could you provide URL to the page? – Anvesh Saxena Jan 16 at 10:14
1  
Okay, there seems to be something with languages. When i change my Facebook settings from english (which it works on) to swedish, it start showing n/a. This guy seems to have the same problem:another thread. I also found a bug report on Facebook Developers. I'm afraid i can't supply you with an url at this point. – Jan Banan Jan 29 at 13:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.