I'm using Stream Meteor to create a social app, it has users, pages ..etc.
I can use it to create userFeed, and usertimeline (newsFeed), but I can't figure out how to create and use a new custom feed group, say, page feed, so users can follow each other userFeed, and also follow, pageFeed.
I can create feed groups on getstream.io dashboard, but how to use it and assign activities to it from my meteor app's code?