i make a request like below

params[opensocial.DataRequest.PeopleRequestFields.MAX] =2;
params[opensocial.DataRequest.PeopleRequestFields.FIRST] = 1;
params[opensocial.DataRequest.PeopleRequestFields.SORT_ORDER] =
opensocial.DataRequest.SortOrder.NAME;

and it return,

Aniboom
Froilan <---- why result not sort ?  , alphabet 'F' not suppose to
show on first page

follow by, i make request

params[opensocial.DataRequest.PeopleRequestFields.MAX] =2;
params[opensocial.DataRequest.PeopleRequestFields.FIRST] = 2;
params[opensocial.DataRequest.PeopleRequestFields.SORT_ORDER] =
opensocial.DataRequest.SortOrder.NAME;

it return

Absinth Bar
Aniboom




from the 2 request that i made on hi5, why the result is not sort
properly..?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" group.
To post to this group, send email to opensocial-api@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to