<?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: newFetchPersonAppDataRequest not working</title><link>http://developer.myspace.com/Community/forums/thread/41440.aspx</link><pubDate>Wed, 10 Jun 2009 07:54:22 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41440</guid><dc:creator>Ilya</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41440.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=41440</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello Rhonda&lt;/p&gt;&lt;p&gt;&amp;nbsp;Yes, I&amp;#39;m using os8&lt;/p&gt;&lt;p&gt;&amp;nbsp;My app id is 134758 &lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: newFetchPersonAppDataRequest not working</title><link>http://developer.myspace.com/Community/forums/thread/41295.aspx</link><pubDate>Mon, 08 Jun 2009 14:26:24 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41295</guid><dc:creator>rondata</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41295.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=41295</wfw:commentRss><description>&lt;p&gt;You&amp;#39;re saying this worked up till yesterday? are you using os8? What is your appID?&lt;/p&gt;
&lt;p&gt;Nothing has changed that I am aware of (on our end)&lt;/p&gt;
&lt;p&gt;Rhonda&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>newFetchPersonAppDataRequest not working</title><link>http://developer.myspace.com/Community/forums/thread/41294.aspx</link><pubDate>Mon, 08 Jun 2009 14:02:41 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41294</guid><dc:creator>Ilya</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41294.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=23&amp;PostID=41294</wfw:commentRss><description>&lt;p&gt;Hi !&lt;/p&gt;&lt;p&gt;I use &amp;quot;newFetchPersonAppDataRequest&amp;quot; to get the scores of user&amp;#39;s friends and display a top scores table.&lt;/p&gt;&lt;p&gt;This is how I&amp;#39;ve done it so far (it worked on MySpace untill yesterday and it works on Orkut, iGoogle, Hi5): &lt;/p&gt;&lt;p&gt;&lt;b&gt;var idSpecOwnerFreinds = opensocial.newIdSpec({ &amp;quot;userId&amp;quot; : &amp;quot;OWNER&amp;quot;, &amp;quot;groupId&amp;quot; : &amp;quot;FRIENDS&amp;quot; });&lt;br /&gt;var owner_fields = [&amp;quot;stats&amp;quot;]; &lt;/b&gt;&lt;br /&gt;&lt;b&gt;req.add(req.newFetchPersonAppDataRequest(idSpecOwnerFreinds, friends_fields), &amp;quot;owner_friends_data&amp;quot;);&amp;nbsp;&amp;nbsp;&amp;nbsp; req.send(process_data);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;Now, the obejct &amp;quot;owner_friends_data&amp;quot; just returns empty.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I have tried another approach, but with the same result - &amp;quot;owner_friends_data&amp;quot; returns as an empty object:&lt;/p&gt;&lt;p&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;b&gt;var fr_params = {};&lt;br /&gt;fr_params[opensocial.IdSpec.Field.USER_ID] = opensocial.IdSpec.PersonId.OWNER;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;fr_params[opensocial.IdSpec.Field.NETWORK_DISTANCE] = 1;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;var idSpecOwnerFreindsNew = opensocial.newIdSpec(fr_params);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;req.add(req.newFetchPersonAppDataRequest(idSpecOwnerFreindsNew, friends_fields), &amp;quot;owner_friends_data&amp;quot;);&lt;/b&gt;&lt;br /&gt;&lt;b&gt;req.send(process_data);&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/b&gt;&lt;/p&gt;&lt;p&gt;Is this a container issue or am I missing something?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>