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've added the required meta tags (as per http://developers.facebook.com/docs/insights/) on a test environment, but when I use the dashboard to claim the domain, it gives an error indicating that no admin data could be found at the root.

Any idea what I've done wrong / why it isn't working?

See test site here: http://www.test.bbc.co.uk

Thanks very much,

Aodh.

share|improve this question

1 Answer

up vote 2 down vote accepted

You don't have an fb:admins meta tag there, there's an fb:page_id tag but that's deprecated and if it worked for you before, it will stop doing so very soon - it was scheduled for removal on May 2nd 2012

BTW, you really should have included your meta tags in the question, it's quite difficult to see the issue from the question you've asked, it could easily have been closed as off-topic

share|improve this answer
Thanks Lgy, here are the meta tags I see on the page above: <meta property="fb:admins" content="297814326937641" /> <meta property="fb:app_id" content="187214818032936" /> – Aodh May 25 '12 at 16:28
You must have special logic for the Facebook user agent - here's what I see there: pastebin.com/LexEWq1p - it definitely still has <meta property="fb:page_id" content="228735667216" /> and no fb:admins tag – Igy May 25 '12 at 16:40
The debug tool may just be following the og:url redirect back to the production site and scraping the tags there – Igy May 25 '12 at 16:42
Thanks Igy!, yep, we have special logic for showing different editions of the site based on location and the meta-tags weren't in the international edition! :) – Aodh Jun 4 '12 at 0:08

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.