SP.Social.SocialFollowingManager object (sp.userprofiles)

Provides methods for managing a user's list of followed actors (users, documents, sites, and tags).

Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.Social.SocialFollowingManager(context)

Members

Constructors

The SocialFollowingManager object has the following constructors.

Property

Description

SocialFollowingManager

Initializes a new instance of the SocialFollowingManager object.

Methods

The SocialFollowingManager object has the following methods.

Method

Description

follow

Adds the specified actor to the current user's list of followed actors.

getFollowed

Retrieves the actors that the current user is following.

getFollowedCount

Retrieves a count of actors who the current user is following.

getFollowers

Retrieves the users who are following the current user.

getSuggestions

isFollowed

Determines whether the current user is following the specified actor.

stopFollowing

Removes the specified actor from the current user's list of followed actors.

Properties

The SocialFollowingManager object has the following properties.

See also

Other resources

Follow people in SharePoint 2013

Follow content in SharePoint 2013