I’m a little late for bringing this up, and maybe it’s been covered already but..
Is there currently a way to restrict the number of results and change the offset when calling newFetchPersonAppDataRequest with VIEWER_FRIENDS or OWNER_FRIENDS? For example, if the member using an app has 1000 friends (and assuming the friends all have the app), will this return data for 1000 members?
similar to newFetchPeopleRequest -
var params = {};
params[opensocial.DataRequest.PeopleRequestFields.FIRST] = this.offset;
params[opensocial.DataRequest.PeopleRequestFields.MAX] = this.pagesize;
request.add(request.newFetchPeopleRequest('OWNER_FRIENDS', params), 'friends');
Thanks,
Mike Austin