<?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>General Questions/Comments</title><link>http://developer.myspace.com/Community/forums/11.aspx</link><description>Leave questions here.  Problems, issues, bugs do NOT belong here.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20910.1126)</generator><item><title>Re: idSpec user array too long.</title><link>http://developer.myspace.com/Community/forums/thread/11101.aspx</link><pubDate>Sun, 01 Jun 2008 00:53:15 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:11101</guid><dc:creator>Smart</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/11101.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=11&amp;PostID=11101</wfw:commentRss><description>&lt;p&gt;Right, I see the below, but I don&amp;#39;t see mention of a limit in your spec nor the Google API. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;i&gt;&lt;a href="http://developer.myspace.com/community/myspace/opensocialref.aspx#opensocial.DataRequest" class="type"&gt;opensocial.DataRequest.&lt;/a&gt;&lt;/i&gt;newFetchPeopleRequest(&lt;span class="signature"&gt;idSpec, opt_params&lt;/span&gt;) 
      &lt;/p&gt;&lt;div class="desc"&gt;Creates an item to request friends from the server.
        When processed, returns a &lt;a href="http://developer.myspace.com/community/myspace/opensocialref.aspx#opensocial.Collection"&gt;Collection&lt;/a&gt; &amp;lt;&lt;a href="http://developer.myspace.com/community/myspace/opensocialref.aspx#opensocial.Person"&gt;Person&lt;/a&gt;&amp;gt; object.&lt;/div&gt;
      &lt;div class="detailHead"&gt;parameters&lt;/div&gt;
      &lt;table class="params"&gt;
        &lt;tr&gt;
          &lt;td class="type"&gt; Array.&amp;lt;String&amp;gt;, String &lt;/td&gt;
          &lt;td&gt; idSpec &lt;/td&gt;
          &lt;td&gt; An ID, array of IDs, or a group
            reference used to specify which people to fetch; the supported keys are
            VIEWER, OWNER, VIEWER_FRIENDS, OWNER_FRIENDS, or a single ID within one
            of those groups. &lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td class="type"&gt; Map.&amp;lt;&lt;a href="http://developer.myspace.com/community/myspace/opensocialref.aspx#opensocial.DataRequest.PeopleRequestFields"&gt;opensocial.DataRequest.PeopleRequestFields&lt;/a&gt;, Object&amp;gt; &lt;/td&gt;
          &lt;td&gt; opt_params &lt;/td&gt;
          &lt;td&gt; Additional &lt;a href="http://developer.myspace.com/community/myspace/opensocialref.aspx#opensocial.DataRequest.PeopleRequestFields"&gt;params&lt;/a&gt; to pass to the request &lt;/td&gt;
        &lt;/tr&gt;
      &lt;/table&gt;
      &lt;div class="detailHead"&gt;returns&lt;/div&gt;
      
        
          &lt;table class="params"&gt;&lt;tr&gt;&lt;td class="type"&gt; Object &lt;/td&gt;
          &lt;td&gt; A request object &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: idSpec user array too long.</title><link>http://developer.myspace.com/Community/forums/thread/11093.aspx</link><pubDate>Sat, 31 May 2008 23:59:23 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:11093</guid><dc:creator>rondata</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/11093.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=11&amp;PostID=11093</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Check out the reference documentation on the reference link on the nav bar :)&lt;/p&gt;&lt;p&gt;Rhonda&amp;nbsp;&lt;/p&gt;</description></item><item><title>idSpec user array too long.</title><link>http://developer.myspace.com/Community/forums/thread/11088.aspx</link><pubDate>Sat, 31 May 2008 23:10:22 GMT</pubDate><guid isPermaLink="false">8e485011-333f-425c-b84a-1febdb8bfab0:11088</guid><dc:creator>Smart</dc:creator><slash:comments>0</slash:comments><comments>http://developer.myspace.com/Community/forums/thread/11088.aspx</comments><wfw:commentRss>http://developer.myspace.com/Community/forums/commentrss.aspx?SectionID=11&amp;PostID=11088</wfw:commentRss><description>&lt;p&gt;There appears to be a limit to the number of Person IDs I can pull from opensocial.&amp;nbsp; Where is this documented?&amp;nbsp; Is this part of the Google API specification?  &lt;/p&gt;&lt;p&gt;On examination, the limit seems to be 10 before an error is thrown on response:&lt;br /&gt;&lt;i&gt;idSpec user array too long.&amp;nbsp;&lt;/i&gt;&lt;/p&gt;&lt;p style="text-decoration:line-through;"&gt;I don&amp;#39;t mean to complain, but on a platform that allows you to have 70K friends, making developers query 10 ids is very prohibative.&amp;nbsp; If I need 100 users, 10 queries is 10 times more
likely to fail than is 1 query for 100 ids at a time.&amp;nbsp; &lt;/p&gt;Lately, 1 in 10 queries to myspace&amp;#39;s open social servers fail. I&amp;#39;ve posted about this a different thread, but it is related.&amp;nbsp; How do&amp;nbsp; developers provide a reliable experience for the end-user if the underlaying platform continues to hamstring us? &lt;p&gt;I wish there was a public bug database and some transparency into what motivates platform changes.&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strike&gt;*update*&lt;/strike&gt;&lt;/p&gt;&lt;p&gt;&lt;strike&gt;Batch your queries into multiple request groups. i.e.:&lt;/strike&gt;&lt;/p&gt;&lt;p&gt;&lt;strike&gt;&amp;nbsp;req.add(req.newFetchPeopleRequest(xidGroup), &amp;quot;os_data&amp;quot;);&lt;br /&gt;
where xidGroup is max length 10. &lt;/strike&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;*UPDATE*&lt;/p&gt;&lt;p&gt;Nope. No way to do it.&amp;nbsp; Batching them in one request fails without error. Awesome.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>