<?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>Testing and Support</title><link>http://developer.myspace.com/community/forums/16.aspx</link><description>Got code that just won't work? Discuss and troubleshoot here.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/53450.aspx</link><pubDate>Thu, 28 Jun 2012 21:31:53 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53450</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53450.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53450</wfw:commentRss><description>I know this is a very old thread, but I would still like to know how to get my app to work on myspace with OS 1.0.

Thanx.</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/53097.aspx</link><pubDate>Fri, 27 May 2011 19:07:37 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53097</guid><dc:creator>Joel</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53097.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53097</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;The code looks correct, not sure why it is failing. Our team will investigate.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;Joel &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/53039.aspx</link><pubDate>Fri, 20 May 2011 22:19:12 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53039</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53039.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53039</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve tried to setup another app with the barest of scripts to see if I can get it to post on my profile and I stil get the same error message.&lt;br /&gt;&lt;br /&gt;Here&amp;#39;s the code I tried:&lt;br /&gt;&lt;br /&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot; ?&amp;gt;&lt;br /&gt;&amp;lt;Module&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ModulePrefs title=&amp;quot;Test&amp;quot; description=&amp;quot;Test&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Require feature=&amp;quot;opensocial-1.0&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Require feature=&amp;quot;opensocial-template&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Optional feature=&amp;quot;MySpace-Views&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name=&amp;quot;profilesize&amp;quot;&amp;gt;300&amp;lt;/Param&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name=&amp;quot;profilelocation&amp;quot;&amp;gt;right&amp;lt;/Param&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name=&amp;quot;canvassize&amp;quot;&amp;gt;100,600&amp;lt;/Param&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Param name=&amp;quot;homesize&amp;quot;&amp;gt;300&amp;lt;/Param&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Optional&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ModulePrefs&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Content type=&amp;quot;html&amp;quot; view=&amp;quot;canvas,home,profile&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script&amp;nbsp; xmlns:os=&amp;quot;http://ns.opensocial.org/2008/markup&amp;quot; type=&amp;quot;text/os-template&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;b&amp;gt;Test&amp;lt;/b&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Content&amp;gt;&lt;br /&gt;&amp;lt;/Module&amp;gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/53038.aspx</link><pubDate>Fri, 20 May 2011 21:57:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53038</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53038.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53038</wfw:commentRss><description>&lt;p&gt;Any update on my situation?&lt;br /&gt;&lt;br /&gt;Thanx.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52773.aspx</link><pubDate>Thu, 24 Mar 2011 00:13:33 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52773</guid><dc:creator>Joel</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52773.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52773</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Your issue was escalated to our team, but I have not received an answer about this problem yet. I will let you know once we find a solution.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;Joel &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52751.aspx</link><pubDate>Mon, 21 Mar 2011 14:51:18 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52751</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52751.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52751</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Still really need help with these.&amp;nbsp; Did you get my emails or messages?&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52656.aspx</link><pubDate>Sat, 05 Mar 2011 01:26:37 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52656</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52656.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52656</wfw:commentRss><description>Did you get my new email with my info?

Do you know how I can make my app show up on my profile and home screen?

Thanx.

~phreekk</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52648.aspx</link><pubDate>Thu, 03 Mar 2011 22:12:35 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52648</guid><dc:creator>LessXmorE</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52648.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52648</wfw:commentRss><description>&lt;p&gt;Hello, I created my own app (OS 0.8) and it&amp;#39;s works well on my profile, but only when I&amp;#39;m connected.&lt;br /&gt;How to display it for everybody (not logged) ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Thanks&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52494.aspx</link><pubDate>Tue, 08 Feb 2011 21:49:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52494</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52494.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52494</wfw:commentRss><description>Re-sent along with a direct message to your forum account just in case.

Thanx.</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52492.aspx</link><pubDate>Tue, 08 Feb 2011 20:14:45 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52492</guid><dc:creator>Joel</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52492.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52492</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;This message was not received. Please re-send.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;Joel &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52478.aspx</link><pubDate>Mon, 07 Feb 2011 20:32:52 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52478</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52478.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52478</wfw:commentRss><description>Here&amp;#39;s the header:&lt;br /&gt;
&lt;br /&gt;
subject:	Re: How do you display OS 1.0 app on profile?&lt;br /&gt;
to:		developerrelations@myspace-inc.com&lt;br /&gt;
date:		Thu, Feb 3, 2011 at 2:27 PM&lt;br /&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52474.aspx</link><pubDate>Mon, 07 Feb 2011 19:52:36 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52474</guid><dc:creator>Joel</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52474.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52474</wfw:commentRss><description>&lt;p&gt;What was the subject line? We received nothing.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;-Joel &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52455.aspx</link><pubDate>Fri, 04 Feb 2011 15:16:20 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52455</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52455.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52455</wfw:commentRss><description>@Joel: I sent my IDs to you.

Thanx.</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52433.aspx</link><pubDate>Wed, 02 Feb 2011 23:40:38 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52433</guid><dc:creator>Joel</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52433.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52433</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Can you send me your developer userID and your six-digit appID for the app in question? I want to try and see directly what is going on. I cannot see an issue with the code you have. For privacy you have the option to send it to developerrelations@myspace-inc.com.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;thanks,&lt;/p&gt;&lt;p&gt;Joel &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: How do you display OS 1.0 app on profile?</title><link>http://developer.myspace.com/community/forums/thread/52377.aspx</link><pubDate>Wed, 26 Jan 2011 18:53:33 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:52377</guid><dc:creator>phreekk™</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/52377.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=52377</wfw:commentRss><description>I&amp;#39;m still having trouble getting my app to display on my Home and Profile views.  Is this broken, do I need to do anything special?
&lt;br /&gt;&lt;br /&gt;
I have this code in my &amp;lt;ModulePrefs&amp;gt; section:&lt;br /&gt;
		&amp;lt;Optional feature=&amp;quot;MySpace-Views&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;Param name=&amp;quot;profilesize&amp;quot;&amp;gt;300&amp;lt;/Param&amp;gt;&lt;br /&gt;
			&amp;lt;Param name=&amp;quot;profilelocation&amp;quot;&amp;gt;right&amp;lt;/Param&amp;gt;&lt;br /&gt;
			&amp;lt;Param name=&amp;quot;canvassize&amp;quot;&amp;gt;100,600&amp;lt;/Param&amp;gt;&lt;br /&gt;
			&amp;lt;Param name=&amp;quot;homesize&amp;quot;&amp;gt;300&amp;lt;/Param&amp;gt;&lt;br /&gt;
		&amp;lt;/Optional&amp;gt;&lt;br /&gt;&lt;br /&gt;
And this is my &amp;lt;Content&amp;gt; node:&lt;br /&gt;
&amp;lt;Content type=&amp;quot;html&amp;quot; view=&amp;quot;canvas,home,profile&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;
I&amp;#39;ve gone into Customize on my profile and added the module and it just says &amp;quot;No data for this module!&amp;quot;, and then is completely missing when I Publish the profile.&lt;br /&gt;&lt;br /&gt;
Also, how do you get the app on the Home screen?

Thanx to anyone that can help me.</description></item></channel></rss>