1. How can I make 2 user to have buddy relation ship if my backend confirm that they're accept each other. Currently I'm using
Code: Select all
getParentExtension.getBuddyApi().addBuddy(user, id, false, true, true);2. Like above how can I break the buddy relation ship of 2 user if my backend detect one user is unfriend other. If I remove buddy userB from userA buddy list will userB friendlist's automatically remove userA too?
3. How or where can I see the buddy relationship of all user in zone
4. When will the API
Code: Select all
void addBuddy(Zone zone,
java.lang.String ownerName,
java.lang.String buddyName,
boolean isTemp,
boolean fireClientEvent,
boolean fireServerEvent)
throws SFSBuddyListExceptionSorry for my bad English
Thank you!