Namespaces: global |
Description |
|---|---|
| friends_get_newest() |
Get a user’s friends, in the order in which they joined the site. |
| friends_get_bulk_last_active() |
Get the last active date of many users at once. |
| friends_get_friends_invite_list() |
Get a list of friends that a user can invite into this group. |
| friends_count_invitable_friends() |
Get a count of a user’s friends who can be invited to a given group. |
| friends_get_friend_count_for_user() |
Get a total friend count for a given user. |
| friends_get_friend_user_ids() |
Get the IDs of a given user’s friends. |
| friends_search_friends() |
Search the friends of a user by a search string. |
| friends_get_friendship_request_user_ids() |
Get a list of IDs of users who have requested friendship of a given user. |
| friends_get_recently_active() |
Get a user’s most recently active friends. |
| friends_get_alphabetically() |
Get a user’s friends, in alphabetical order. |