No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Get Feed Elements From a Feed
Example
This example calls getFeedElementsFromFeed(String, ConnectApi.FeedType, String) to get the first page of
feed elements from the context user’s news feed.
The getFeedElementsFromFeed method is overloaded, which means that the method name has many different signatures. A signature is the name of the method and its parameters in order.
Each signature lets you send different inputs. For example, one signature may specify the community ID, the feed type, and the subject ID. Another signature could have those parameters and an additional parameter to specify the maximum number of comments to return for each feed element.