xml - Error submiting application to orkut sandbox -


i trying submit open social application orkut sandbox without success. xml looks this:

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

and when try submit it, following error:

submit failed. please ensure gadget has title, description, author email, thumbnail url, , screenshot url defined, owner of gadget, , gadget not submitted google property.

is there wrong xml? available in website if type in browser url. looks have met these requirements present in error message.

i got work, using url submit application http://sandbox.orkut.com/main#developer , not 1 used before: "submit application" link in http://sandbox.orkut.com/main#appdirectory


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -