Open Graph Beta:可以与 Facebook iFrame Canvas 应用程序一起使用吗

发布于 2024-12-10 06:26:37 字数 724 浏览 0 评论 0原文

在试用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清引 2024-12-17 06:26:37

该错误现已修复。

修复了抓取工具以将画布应用程序 URL 转换为适当的
iframe 网址。请注意,我们将停止跟踪任何进一步的重定向
进行这样的转变。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文