SP.Social namespace (sp.userprofiles)
Use SocialFeedManager, SocialFollowingManager, and other objects in the SP.Social namespace to interact with social feeds and to follow people and content from custom solutions for SharePoint Server 2013 and apps for SharePoint.
Applies to: apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013
Members
The SP.Social namespace in the SP.UserProfiles.js JavaScript library contains the following public objects and enumerations.
Objects
Object |
Description |
---|---|
Represents a user, document, site, or tag in social feed and following activities. |
|
Identifies a user, document, site, or tag in client-side requests for social feed and following activities. |
|
Represents an image, video, or document in a microblog post. |
|
Represents the click action for an attachment in a microblog post. |
|
Represents a link to a document, site, or website, a user mention, or a tag reference in a microblog post. |
|
Associates a substring of a microblog post's text with a URI or other data. Used for rendering post content. |
|
Represents error information for a social operation. |
|
Represents a social feed. |
|
Provides methods for creating posts, modifying threads, and accessing social feeds. |
|
Represents options that you can specify when retrieving a feed. |
|
Provides methods for managing a user's list of followed actors (users, documents, sites, and tags). |
|
Represents a link to the source of a microblog post. |
|
Represents a microblog post. |
|
Represents a set of actors that relate to a microblog post in a particular way, such as the likers of a post. |
|
Represents content and related information for a new microblog post. |
|
Represents a referenced post in an external thread. |
|
Represents a thread in a social feed. |
Enumerations
Enumeration |
Description |
---|---|
Specifies a SocialActor type. |
|
Specifies a set of SocialActor types. |
|
Specifies the type of action that a SocialAttachmentAction performs. |
|
Specifies the type of SocialAttachment in a microblog post. |
|
Represents the type of SocialDataItem link. |
|
Specifies the type of data for a SocialDataOverlay object. |
|
Specifies attributes that apply to a SocialFeed object. |
|
Specifies the sort order for the threads in a social feed. |
|
Specifies a SocialFeed type. |
|
Specifies attributes that apply to a SocialPost object. |
|
Specifies a SocialPost type. |
|
Specifies an exception or status code. |
|
Specifies attributes that apply to a SocialThread object. |
|
Specifies the type of thread in the SocialThread.ThreadType property. |
Internal API in the SP.Social namespace
The following items from the SP.Social namespace are removed from this reference because they're reserved for internal use and not intended to be used directly from your code:
SocialPostDefinitionData object, SocialPostDefinitionDataItem object, and SocialPostDefinitionDataItemType enumeration
initPropertiesFromJson methods, writeToXml methods, newObject methods, and typeId properties
<Object> PropertyNames objects
See also
Other resources
SharePoint User Profiles JavaScript Reference (sp.userprofiles.js)
Work with social feeds in SharePoint 2013