Open Graph Beta:可以与 Facebook iFrame Canvas 应用程序一起使用吗
在试用 Open Graph Beta 后,我意识到 Open Graph 是为 facebook.com 之外的网页创建的。在尝试发布操作和对象时,我意识到应该在 Facebook.com 之外的网页上定义对象。
看起来在 Facebook.com 内我无法创建对象。例如 http://apps.faceobook.com/myNamespace/objects/car?id= 102 向我抛出一个错误
这是有意的吗?
(OAuthException) (#3502) URL 中的对象 http://apps.facebook.com/myNamespace/objects/car 有 og:type的 '游戏'。属性“car”需要 og:type 的对象 'myNamespace:car'。
我将 iFrame 应用程序内的 og:type 设置为
<meta property="og:type" content="myNamespace:car"/>
但错误仍然存在。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该错误现已修复。
The bug has been fixed now.