Specifies the content of a post in the SocialFeedManager.createPost method. The post consists of a text message, which can optionally include social tags, mentions of users, and links.
boolean
boolean
Specifies an image, document preview, or video preview to be used in the post.
Specifies an array consisting of social tags, user mentions, links to documents, links to sites, and generic links. Each element in the array is inserted into the ContentText string if there is a substitution reference to the array element in the string.
Contains the text body of the post.
string
Specifies additional information when creating server-generated posts
Specifies that access to the post SHOULD be restricted to users that have access to the objects identified by the array of URIs
Array<string>
Specifies the link to a web site associated with the application that created the post
string
Indicates whether the post is to be used as the current user's new status message.
boolean
Specifies an image, document preview, or video preview to be used in the post.
Specifies an array consisting of social tags, user mentions, links to documents, links to sites, and generic links. Each element in the array is inserted into the ContentText string if there is a substitution reference to the array element in the string.
Contains the text body of the post. It can optionally contain one or more substitution references to elements in the zero-based ContentItems array. A substitution reference consists of a series of characters that consist of an open-brace character ({) followed by one of more digits in the range 0 to 9 and terminated by a close-brace character (}). The substitution reference is replaced by the text value of the element in the in the array at the offset specified by the value of the digits. For example, the text string "{0}" is replaced by the first element in the ContentItems array.
string
Specifies additional information when creating server-generated posts
Specifies that access to the post SHOULD be restricted to users that have access to the objects identified by the array of URIs
Array<string>
Specifies the link to a web site associated with the application that created the post
Indicates whether the post is to be used as the current user's new status message.
boolean