Out of nowhere, my whole site is throwing an error when going through the Facebook debugger: https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fretailevolved.com%2Ffacebook-like-button.html

The error is:

Object at URL 'http://retailevolved.com/facebook-like-button.html' of type '213689662010141:product' is invalid because it the specified fb:app_id '120744357936587' is not the owner of specified og:type.

The error just started appearing within the last week. I'm confused as og:type "product" is not a custom og:type!

What has changed recently that is causing this?

link|improve this question

75% accept rate
I have exactly the same problem and I'm trying to figuring out how to solve it.. – zetarun Nov 17 '11 at 10:49
Facebook has acknowledged this bug and is working to fix it: developers.facebook.com/bugs/285421101492706 – retailevolved Nov 17 '11 at 17:08
Very bad...after 10 days this huge problem is not yet solved :( Do you know a workaround on it? – zetarun Nov 27 '11 at 13:44
I don't know of a workaround other than changing og:type to something else. Trouble is that changing your type if you have more than 10 (or maybe 100) likes resets your like count. – retailevolved Dec 3 '11 at 15:50
feedback

1 Answer

The error just started appearing within the last week. I'm confused as og:type "product" is not a custom og:type!

What has changed recently that is causing this?

Yep, Facebook is now starting to implement the "Open Graph" protocol. And according to it, you have not specified the objects in your app accordingly. Either remove the offending og: tag, or get the object added to your app's definition under the Open Graph tab (https://developers.facebook.com/apps/{your app id}/opengraph)

link|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 at 15:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.