API Reference


Friends methods allow you to list, add and manipulate friends in New Spark Media Platform.
Friends.addFriend

Adds a new friend-relationship between two users.

read more »
Friends.getFriends
Returns an array of friends for the specified user ID along with the users basic user information. read more »
Friends.getMyFriends

Returns an array of friends for the currently logged-in user along with the users basic user information.

read more »
Friends.removeFriend

This function allows you to delete a friendship between 2 users.

read more »