On Wed, Jun 17, 2009 at 10:34 PM, Chris Chabot <chab...@google.com> wrote:
> In the osapi specification ( > http://wiki.opensocial.org/index.php?title=OSAPI_Specification) we have > this > example: > > osapi.people.get({userId: '@owner', groupId: > '@friends'}).execute(function(ownerFriends) { > alert('You have ' + ownerFriends.length + ' friends'); > }); > > > Now an RPC result contains 'itemsPerPage' and 'totalSize', length however > doesn't do very much for me. > > Is that a wiki issue, or something in the osapi implementation that's > missing? I think it's just a wiki issue. totalSize would be better. -- Adam > > > Thanks! > > -- Chris >