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.

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.

share|improve this question
1  
It looks like this related to Facebook's bug with OG metadata developers.facebook.com/bugs/290792740949892 – Juicy Scripter Oct 15 '11 at 2:50
Thanks Juicy. It looks to be similar - OG:type is ignored in an iFrame app. Thank you. I subscribed to this bug. – Marc Loeb Oct 15 '11 at 9:29

1 Answer

The bug has been fixed now.

Fixed the scraper to transform canvas app URLs into the appropriate iframe URL. Note that we stop following any further redirects after doing such a transformation.

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.