Hi
I met some problems while using Shindig.
When I try to accomplish AppDataService.getPersonData(Set<UserId> userIds,
GroupId groupId, String appId, Set<String> fields, SecurityToken token), I
can’t get data in fields.
After checking the code in AppDataHandler.get(SocialRequestItem request), I
found getListParameter("fields") in here. However, it is like that in the
sample:osapi.appdata.get({keys:['count']}), they use "keys" instead of
"fields", according to OSAPI Specification, it should be "keys" too.
I don’t know wheter it is a Bug or some special means.
Thanks.