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