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.

Hello on my site here: http://www.awesomewasteofmoney.com

Whenever anyone likes my page it does not show up on facebook. I tried to debugg it and I keep gettin gthis error from the debugger:

Object at URL 'http://www.awesomewasteofmoney.com/rubiks-cube-salt-n-pepper-mill/' of type 'article' is invalid because the given value '{}' for property 'fb:admins' could not be parsed as type 'fbid'.

I am using Facebook Revised Open Graph Meta Tag to assign the tags automatically. Any ideas what could be wrong?

share|improve this question
Just to clear things up ive already tried <meta property="fb:admins" content="Myid" /> and i still get the same error... – Zach Johnson Feb 26 '12 at 6:47

1 Answer

fb:admins property should contain comma separated list of id.

In your case you should use 510048158 (user id) instead of imzachjohnson (username).

BTW, Facebook Revised Open Graph Meta Tag doesn't handle fb:admins meta so it's probably defined elsewhere and require manual change...

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.