<?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: Problems with Post to Myspace API</title><link>http://developer.myspace.com/community/forums/thread/53386.aspx</link><pubDate>Thu, 19 Apr 2012 17:54:07 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53386</guid><dc:creator>Winnie The Pooh</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53386.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53386</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Wow this seems pretty messed up:&lt;/p&gt;&lt;p&gt;I noticed that the content parameter passed through this function completely gets ignored on your server and overwritten with the meta description. So I edited the function to not even pass the c parameter in first place, but that causes the description in the meta tage to not get retrieved. You see in the function below, I&amp;#39;m just passing a zero to the c parameter and now it retrieves the meta description again.&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;function GetThis(T,U)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var targetUrl = &amp;#39;http://www.myspace.com/index.cfm?fuseaction=postto&amp;amp;c=0&amp;amp;t=&amp;#39; + encodeURIComponent(T)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + &amp;#39;&amp;amp;u=&amp;#39; + encodeURIComponent(U);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; window.open(targetUrl, &amp;#39;ptm&amp;#39;, &amp;#39;height=450,width=440&amp;#39;).focus();&lt;br /&gt;} &lt;/p&gt;&lt;p&gt;&amp;nbsp;Something doesnt seem sorted out... &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Problems with Post to Myspace API</title><link>http://developer.myspace.com/community/forums/thread/53385.aspx</link><pubDate>Thu, 19 Apr 2012 17:39:42 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:53385</guid><dc:creator>Winnie The Pooh</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/community/forums/thread/53385.aspx</comments><wfw:commentRss>http://developer.myspace.com/community/forums/commentrss.aspx?SectionID=16&amp;PostID=53385</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;I&amp;#39;m not having much luck with the tutorials I found. I&amp;#39;ve tried the approaches listed on this page&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://wiki.developer.myspace.com/index.php?title=How_to_Add_Share_on_MySpace_to_Your_Site"&gt;http://wiki.developer.myspace.com/index.php?title=How_to_Add_Share_on_MySpace_to_Your_Site&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;But this seems to cache the meta data of my URL and because I have a dynamic website with changing content, scraping the information out of the meta tags doesnt seem very convenient. So I&amp;#39;ve tried the non-preferred solution on the bottom of that page in which you can supposedly pass the parameters manually through javascript, but the description still comes out of the meta tag and there doesnt seem to be support for defining the image (also comes from the meta tag).&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ve also tried the post form approach listed in this PDF:&lt;br /&gt;&lt;a href="http://x.myspace.com/download/posttomyspacedeveloperdocumentation001.pdf"&gt;http://x.myspace.com/download/posttomyspacedeveloperdocumentation001.pdf&lt;/a&gt; &lt;/p&gt;&lt;p&gt;The promising description claims that I can even pass image tags in the title or content parameters but all of the passed variables are ignored in favor of the meta tag content.&lt;/p&gt;&lt;p&gt;Any suggestions? Are these instructions already obsolete? &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>