向 orkut 沙箱提交申请时出错

发布于 2024-10-31 22:04:00 字数 1112 浏览 6 评论 0原文

我尝试向 Orkut Sandbox 提交开放社交应用程序,但没有成功。我的 XML 实际上看起来像这样:

<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="App title" author_email="[email protected]" description="My test application" 
        author="My Name" screenshot="http://www.jogodireto.com/280x240/sonic-sky-chase.jpg" 
        thumbnail="http://i271.photobucket.com/albums/jj139/Igorstz/120x60-2.png">
        <Require feature="opensocial-data"/>
  </ModulePrefs>

  <Content view="canvas" 
    href="http://gadget-doc-examples.googlecode.com/svn/trunk/opensocial-09/mycontent.html">
  </Content>
  <Content view="home">
    <![CDATA[
      Hello, home view!
    ]]>
  </Content>
</Module>

当我尝试提交它时,我收到以下错误:

提交失败。请确保 小工具有标题、描述、作者 电子邮件、缩略图 URL 和屏幕截图 url 已定义,您是其所有者 该小工具,并且该小工具不是 已经提交给任何谷歌 属性。

我的xml有什么问题吗?如果我在浏览器中输入其 URL,则可以在我的网站中使用它。看起来我已经满足了错误消息中的这些要求。

I am trying to submit an Open Social application to Orkut Sandbox without success. My XML actually looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="App title" author_email="[email protected]" description="My test application" 
        author="My Name" screenshot="http://www.jogodireto.com/280x240/sonic-sky-chase.jpg" 
        thumbnail="http://i271.photobucket.com/albums/jj139/Igorstz/120x60-2.png">
        <Require feature="opensocial-data"/>
  </ModulePrefs>

  <Content view="canvas" 
    href="http://gadget-doc-examples.googlecode.com/svn/trunk/opensocial-09/mycontent.html">
  </Content>
  <Content view="home">
    <![CDATA[
      Hello, home view!
    ]]>
  </Content>
</Module>

And when I try to submit it, I get the following error:

Submit failed. Please ensure that the
gadget has title, description, author
email, thumbnail url, and screenshot
url defined, that you are an owner of
the gadget, and that the gadget is not
already submitted to any google
property.

Is there anything wrong with my xml? It is available in my website if I type in the browser its URL. Looks like I have met these requirements present in the error message.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

紫罗兰の梦幻 2024-11-07 22:04:00

I got it to work, by using this URL to submit the application http://sandbox.orkut.com/Main#Developer and not the one I used before: The "Submit your application" link in http://sandbox.orkut.com/Main#AppDirectory

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