2011-04-12 29 views
1

我想提出的Open Social應用到orkut測試沒有成功。我的XML實際上是這樣的:錯誤submiting應用到orkut測試

<?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> 

,當我嘗試提交它,我得到以下錯誤:

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.

這有什麼錯我的XML?如果我在瀏覽器中輸入它的URL,它可以在我的網站上找到。看起來我已經達到了錯誤信息中的這些要求。

回答