SP.Social.SocialActor.statusText property (sp.userprofiles)

Gets the text of the actor's most recent post. Applies to users.

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

var value = SP.Social.SocialActor.get_statusText()

Return value

String
The text of the user's most recent post.

Remarks

The statusText property is valid only when actorType is a user. This text may be displayed for a user, for example on the People I'm following page.

See also

Other resources

SocialActor