Hey folks,
I'm currenlty reading some stuff about OpenSocial. If I have understand the basics, the gadgets/widgets are based on XML.
Reading that I was wondering how that works on MySpace. I searched a little bit and got to that url: http://developer.myspace.com/modules/apis/pages/OpenSocialSandboxEditor.aspx
Is it right, that everything I add in the application editor ( My Apps - Choose App -> Edit Source) is automatically stored in a huge XML file?
So adding some code to the profile view, will add some content to the profile-area in the xml file?
<Content type="html" view="profile">
<!-- My content goes here -->
</Content>
Is that correct?
And is this XML file the one i can upload in the first step of a new widget or on some other social network base platforms?
Thanks a loooot for your help :)