将应用程序提交到orkut沙箱时出错

时间:2011-04-12 11:27:13

标签: xml opensocial

我正在尝试向Orkut Sandbox提交Open Social应用程序但没有成功。我的XML实际上是这样的:

<?xml version="1.0" encoding="UTF-8"?>
<Module>
  <ModulePrefs title="App title" author_email="myemal@gmail.com" 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定义,你是。的所有者   小工具,小工具不是   已经提交给任何谷歌   属性。

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

1 个答案:

答案 0 :(得分:0)

我通过使用此网址提交申请http://sandbox.orkut.com/Main#Developer而不是之前使用过的申请表:http://sandbox.orkut.com/Main#AppDirectory

中的“提交申请表”链接