Playing around with Open Graph Beta I realized that the Open Graph is created for webpages outside of facebook.com. While trying to publish an action and an object I realized that an object should be defined on a webpage outside of Facebook.com.
And it looks that inside Facebook.com I cannot create objects. e.g. http://apps.faceobook.com/myNamespace/objects/car?id=102 throws me an error
Is this intended?
(OAuthException) (#3502) Object at URL http://apps.facebook.com/myNamespace/objects/car has og:type of 'game'. The property 'car' requires an object of og:type 'myNamespace:car'.
I set the og:type inside the iFrame app to
<meta property="og:type" content="myNamespace:car"/>
but the error persists.