I am facing issues in fetching friends present in a group using the following API:
getAllFriendsInGroup(userName,ownerName,groupName)
My observations are as follows:
1. If the userName field is same as ownerName of the group, then all friends are retrieved successfully.
2. However, if userName not same as ownerName (is of some other friend in a group), then full friendlist is not retrieved. It returns one member -- Owner name only.
Is it as per design that only group owner can fetch all friends in a list? Others cannot?