Namespaces: global |
Description |
|---|---|
| friends_get_friendship_id() |
Get the ID of two users’ friendship, if it exists. |
| friends_withdraw_friendship() |
Withdraw a connection request. |
| friends_check_friendship() |
Check whether two users are friends. |
| friends_check_friendship_status() |
Get the friendship status of two friends. |
| friends_get_total_friend_count() |
Get the friend count of a given user. |
| friends_check_user_has_friends() |
Check whether a given user has any friends. |
| friends_screen_mutual_friends() |
Catch and process the Mutual Connections page. |
| friends_add_friend() |
Create a new friendship. |
| friends_remove_friend() |
Remove a friendship. |
| friends_accept_friendship() |
Mark a connection request as accepted. |