Hi,
I use the php client and trying to get the info of a certain number of
users in 1 request.
this because if i make multiple batch requests, it takes to much
time..
according to what i read in the opensocial protocol description i
should be able to send an array in the userId parameter.
next is in
http://www.opensocial.org/Technical-Resources/opensocial-spec-v081/rpc-protocol
at services - people
get
AuthToken auth = HttpRequest.Authorization, String or Array.<String>
userId = "@me", String groupId = "@self", Array.<String> fields, int
count, int startIndex, int startPage
I have been trying with an array, with implode of the array with ","
but i'm keep getting errors..
I'm trying this with the myspace provider.
Do i do something wrong? or am i reading the doc wrong? or isn't it
implemented yet?
Thanks!