function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ben Jones, CollabraxBen Jones, Collabrax 

API Access to Community Chatter Feed

Is there a API for accessing Communities Chatter feeds and posts? Or, does the current Chatter API only give access to production org Chatter?

jody_blyjody_bly

Unless the documentation for a resource or method states otherwise, you can use Chatter REST API and Chatter in Apex to access any community or the internal community. 

 

http://www.salesforce.com/us/developer/docs/chatterapi/Content/intro_building_url.htm

 

http://www.salesforce.com/us/developer/docs/chatterapi/Content/quickstart_communities.htm

 

For Chatter in Apex, the first argument for most methods is the communityID.