Hi,
I am using the http://svn.apache.org/repos/asf/shindig/branches/2.0.x
And the gadget which used to work does not work anymore because the
osapi.people does not exist. Should we now register our own people.get using
*osapi._registerMethod*?
Before in version 1.6 It was working without problem.
{{{
...
<Require feature="osapi" />
.....
function getAllFriends(){
var batch = osapi.newBatch();
batch.add('viewerFriends', osapi.people.getViewerFriends({fields:
['userid'],sortBy:'name'},200));
batch.add('viewer', osapi.people.getViewer());
batch.execute(handleGetAllFriends);
}
.....
}}}
Thanks
--
Franck