Max Friends

6 views
Skip to first unread message

Leonardo Rafael Morastoni

unread,
Nov 13, 2010, 5:38:18 PM11/13/10
to OpenSocial Client Libraries
Hello,

How can i set the number of friends that i want to return? By default
I'm getting 20 friends.
Thanks.

Dyutiman Chaudhuri

unread,
Nov 14, 2010, 9:16:06 AM11/14/10
to opensocial-cl...@googlegroups.com
if this helps

        var req = opensocial.newDataRequest();
var idspec = opensocial.newIdSpec( {
'userId' : 'VIEWER',
'groupId' : 'SELF'
});
var photoCount = album.getField('mediaItemCount');
var p = { 'max' : photoCount };
req.add(req.newFetchMediaItemsRequest(idspec, album.getId(), p), 'albumPhotos');


--
You received this message because you are subscribed to the Google Groups "OpenSocial Client Libraries" group.
To post to this group, send email to opensocial-cl...@googlegroups.com.
To unsubscribe from this group, send email to opensocial-client-l...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/opensocial-client-libraries?hl=en.


Leonardo Rafael Morastoni

unread,
Nov 14, 2010, 9:39:52 AM11/14/10
to opensocial-cl...@googlegroups.com
Dyutiman,

I'm using java client library :(

2010/11/14 Dyutiman Chaudhuri <dyutiman....@gmail.com>



--
Leonardo Rafael Morastoni
Microsoft Certified Professional
Fone: (47) 8417-3306/(47) 8834-8415
"Não venho desafiar ninguém... Só a mim. Ser hoje melhor que ontem, isso sim é um desafio de verdade. Por isso vale à pena suar, ir para o sacrifício. O problema é que, todo dia, no final do treino, mesmo tendo vencido, sei que amanhã vou querer ser melhor do que fui hoje."


Reply all
Reply to author
Forward
0 new messages