You need to sign in to do that
Don't have an account?
Marcel dos Santos
I can't get a list of visible feed items
I'm trying to use ConnectApi to get a list of FeedItems.
I have four questions assigned to managed topics that I can list using Salesforce Workbench.
When I call ConnectApi.ChatterFeeds.getFeedElementsFromFeed(communityId, ConnectApi.FeedType.Home) from an Apex Class, that returns a ConnectApi.FeedElementPage without any FeedElements in it.
Here is the queries from the Workbench:
I queried the TopicAssignment object and could also see the questions and the assigment to topics:
I tried also to open the Chatter feed from a community I'm creting and I could see the questions there.
My question is: Is there anything I'm not setting up correctly, preventing me to list the Chatter Feeds related to the ConnectApi.FeedType.Home?
Had anyone ever ran into this problem of not being able to list feed item questions using the Chatter in apex API?
I have four questions assigned to managed topics that I can list using Salesforce Workbench.
When I call ConnectApi.ChatterFeeds.getFeedElementsFromFeed(communityId, ConnectApi.FeedType.Home) from an Apex Class, that returns a ConnectApi.FeedElementPage without any FeedElements in it.
Here is the queries from the Workbench:
I queried the TopicAssignment object and could also see the questions and the assigment to topics:
I tried also to open the Chatter feed from a community I'm creting and I could see the questions there.
My question is: Is there anything I'm not setting up correctly, preventing me to list the Chatter Feeds related to the ConnectApi.FeedType.Home?
Had anyone ever ran into this problem of not being able to list feed item questions using the Chatter in apex API?