SP へSocial.SocialFeedManager オブジェクト (sp.userprofiles)

投稿の作成、スレッドを変更およびソーシャル フィードにアクセスする方法を紹介します。

**適用対象:**apps for SharePoint | Office 365 | SharePoint Foundation 2013 | SharePoint Server 2013

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

メンバー

コンストラクター

SocialFeedManagerオブジェクトでは、次のコンスがあります。

プロパティ

説明

SocialFeedManager

Initializes a new instance of the SocialFeedManager object.

メソッド

SocialFeedManagerオブジェクトでは、次の方法があります。

メソッド

説明

createImageAttachment

Creates an image attachment for a microblog post.

createPost

Creates a microblog post or reply.

deletePost

Deletes the specified post.

getAllLikers

Retrieves the unabbreviated liker information for the specified microblog post.

getFeed

Gets a feed of activity by the current user, and optionally by followed people and content or by the user's organization.

getFeedFor

Gets a feed of activity by the specified user.

getFullThread

Retrieves the specified thread with unabbreviated post and actor information.

getMentions

Gets a feed of threads that mention the current user.

getPreview

Generates an attachment that can be used to preview the link item, if preview data exists.

getPreviewImage

このメンバーは内部使用のために予約済みです。ユーザーのコードから直接使用されるものではありません。

getUnreadMentionCount

Gets the count of unread mentions for the current user.

likePost

Makes the current user a liker of the specified microblog post.

lockThread

Locks the specified thread.

suppressThreadNotifications

Suppresses activity notifications for the specified thread.

unlikePost

Removes the current user from the list of likers for the specified microblog post.

unlockThread

Unlocks the specified thread.

プロパティ

SocialFeedManagerオブジェクトでは、次のプロパティがあります。

関連項目

その他の技術情報

SharePoint 2013 でのソーシャル フィードの操作

[方法] SharePoint 2013 で JavaScript オブジェクト モデルを使用して投稿の作成と削除、およびソーシャル フィードの取得を行う