As we know that in SP2013 , feeds can be stored in COntent database and my site database , where My site will store all kind of feeds While content Db will holds feeds generated because of a Microblogging webpart placed on a team site.
- Microblogging webpart on Team site is derived from SiteFeedwebpart class . This webpart is available after activating Site feed feature
- Microblogging webpart on My site is derived from MicroFeedWebpart class . this webpart is available OOTB
For feeds visible on My site , SocialFeedManager.GetFeed method exists .
My question is
Which sharepoint APIs to use to get access to Site feeds ?
Vipin tanwar.vipinkumar@gmail.com