$user_guid
Avatar remove action.
 
removeFriend($friend_guid)
Removes a user as a friend.
 
isFriend()
Determines whether or not the current user is a friend of this entity.
 
getFriendsObjects($subtype="", $limit=10, $offset=0)
Returns objects in the containers of this entity's friends.
 
countObjects($subtype="")
Returns the number of object entities in this entity's container.
 
getFriendsOf($subtype="", $limit=10, $offset=0)
Returns entities that have made this entity a friend.
 
getObjects($subtype="", $limit=10, $offset=0)
Returns objects in this entity's container.
 
getFriends($subtype="", $limit=10, $offset=0)
Returns this entity's friends.
 
isFriendOf($user_guid)
Determines whether or not a foreign entity has made this one a friend.
 
isFriendsWith($user_guid)
Determines whether or not this entity is friends with a particular entity.
 
addFriend($friend_guid)
Adds a user as a friend.