<?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>The Core</title><link>http://developer.myspace.com/Community/forums/49.aspx</link><description>A place for the MySpace-specific OpenSocial API.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Re: PeopleRequestFields.FIRST don't supported?</title><link>http://developer.myspace.com/Community/forums/thread/41936.aspx</link><pubDate>Sun, 28 Jun 2009 02:34:14 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41936</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41936.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=49&amp;PostID=41936</wfw:commentRss><description>k change the 10 to an 11 and it should work, i struggled with this for weeks, it has to fit into a paging equation for some reason {ex. pageSize * (pageNum - 1) +1 } or it doesnt work... i dont get it, but thats how it works, i just had to write my own method, and now that i know what was wrong i have to rewrite a lot of code&lt;br /&gt;</description></item><item><title>Re: PeopleRequestFields.FIRST don't supported?</title><link>http://developer.myspace.com/Community/forums/thread/41798.aspx</link><pubDate>Mon, 22 Jun 2009 06:41:34 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41798</guid><dc:creator>Michael</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41798.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=49&amp;PostID=41798</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;i had a problem getting paging to work too, i just set the max to 1000, and put all of the friends in an array, and wrote my own paging function... blahh i realized that the limit on the MAX friends you can retrieve is 100... so i had to go and figure out the FIRST param &lt;/p&gt;</description></item><item><title>Re: PeopleRequestFields.FIRST don't supported?</title><link>http://developer.myspace.com/Community/forums/thread/41748.aspx</link><pubDate>Fri, 19 Jun 2009 23:44:07 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41748</guid><dc:creator>rondata</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41748.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=49&amp;PostID=41748</wfw:commentRss><description>&lt;p&gt;may wanna check out the demo apps in the gallery for .7 and .8 apps :) &lt;br /&gt;&lt;/p&gt;</description></item><item><title>PeopleRequestFields.FIRST don't supported?</title><link>http://developer.myspace.com/Community/forums/thread/41635.aspx</link><pubDate>Wed, 17 Jun 2009 10:20:05 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:41635</guid><dc:creator>Andre Wussow</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/41635.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=49&amp;PostID=41635</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi all,&lt;/p&gt;&lt;p&gt;&amp;nbsp;i&amp;#39;m trying to include paging in to my getUserFriends-Function. With PeopleRequest.Fields.Max i can get more than 20 friends, but how can i use paging if PeopleRequestFields.FIRST does not works?&lt;/p&gt;&lt;p&gt;Here is my code: &lt;br /&gt;&lt;/p&gt;&lt;p&gt;var idspec = opensocial.newIdSpec({ &amp;quot;userId&amp;quot;: &amp;quot;VIEWER&amp;quot;, &amp;quot;groupId&amp;quot;: &amp;quot;FRIENDS&amp;quot; });&lt;br /&gt;var req = opensocial.newDataRequest();&lt;br /&gt;&lt;br /&gt;var params = {};&lt;br /&gt; params[opensocial.DataRequest.PeopleRequestFields.MAX] = 5&lt;br /&gt;params[opensocial.DataRequest.PeopleRequestFields.FIRST] = 10&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;req.add(req.newFetchPeopleRequest(idspec, params), &amp;quot;friendData&amp;quot;);&lt;br /&gt;req.send(this.processUserFriends); &lt;/p&gt;&lt;p&gt;&amp;nbsp;As soon as i specify the FIRST-Params, i get an error (&amp;quot;Error calling method on NPObject!&amp;quot;). &lt;/p&gt;&lt;p&gt;Any ideas or hints?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thanks in advanced. Best regards,&lt;/p&gt;&lt;p&gt;André &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>