<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developer.myspace.com/Community/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>JavaScript/HTML - Container</title><link>http://developer.myspace.com/Community/forums/23.aspx</link><description>Discuss the OpenSocial container interface for MySpace.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Re: Questions about App Uses</title><link>http://developer.myspace.com/Community/forums/thread/40244.aspx</link><pubDate>Sat, 16 May 2009 03:55:51 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:40244</guid><dc:creator>Daniiiiiel™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/40244.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=40244</wfw:commentRss><description>&lt;BLOCKQUOTE&gt;&lt;div&gt;Do I need on site app or the myspace id?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;
Site app, most likely.

&lt;BLOCKQUOTE&gt;&lt;div&gt;Can I use php/mysql for either on?&lt;/div&gt;&lt;/BLOCKQUOTE&gt;
You can use PHP, either via an iframe (so the whole app canvas is your PHP pages, and you need to output the page), or &lt;a href="http://wiki.developer.myspace.com/index.php?title=Create_an_OpenSocial_Application#Requesting_Data_from_Your_Site"&gt;via makeRequest&lt;/a&gt; (you have the HTML and JavaScript on MySpace, and request data from your server via AJAX calls). In any case, profile boxes and homepage boxes &lt;strong&gt;must&lt;/strong&gt; be hosted on MySpace&amp;#39;s servers, so you must use makeRequest for those.

&lt;BLOCKQUOTE&gt;&lt;div&gt;Is it possible to store such stats on myspace? &lt;/div&gt;&lt;/BLOCKQUOTE&gt;
You can via &lt;a href="http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.DataRequest.html#newUpdatePersonAppDataRequest"&gt;newUpdatePersonAppDataRequest&lt;/a&gt;, but the storage space is limited (not sure of the limits exactly; MySpace don&amp;#39;t make this clear). I&amp;#39;d say you should store data on your server via makeRequest. You&amp;#39;ll have to check the oauth to make sure it&amp;#39;s a valid request - I believe there&amp;#39;s examples of that in the (rather messy) documentation, and on the forum here.

Good luck :)</description></item><item><title>Questions about App Uses</title><link>http://developer.myspace.com/Community/forums/thread/39945.aspx</link><pubDate>Mon, 11 May 2009 04:45:50 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:39945</guid><dc:creator>L0rdCr&amp;#230;t&amp;#248;r</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/39945.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=39945</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I want to make an app that will remember user stats (i.e. mobster) ... so my questions: &lt;/p&gt;&lt;p&gt;Do I need on site app or the myspace id?&lt;/p&gt;&lt;p&gt;Can I use php/mysql for either on? &lt;/p&gt;&lt;p&gt;Is it possible to store such stats on myspace? or can I send it to an external server (sorta like the php thing) &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>