+ 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.