I'm making an application which connects to SharePoint 2013. I'm using CSOM to work with SharePoint. I want to display the newsfeed of site (Team Site) which the current user follows.
To get the newsfeed, I implement the following step:
- First, I get user's following sites list from
SocialFollowingManager
. - Next, with the sites information, I get a site's newsfeed information.
When getting followed sites' list (first step above), I can get Blog sites as well as Team Sites. I want to get only Team Sites.
Is there a way to get only Team Site (Team Site Template)?