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?

Thanks!

   -- Chris

Reply via email to