向 orkut 沙箱提交申请时出错
我尝试向 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我通过使用此 URL 提交应用程序 http://sandbox.orkut.com/Main 使其正常工作#Developer 而不是我之前使用的那个:http://sandbox.orkut.com/Main#AppDirectory" rel="nofollow">http:// /sandbox.orkut.com/Main#AppDirectory
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