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
karthikpkarthikp 

Is there any SFDC Chatter plugin available?

Hi,

 

     I need to develop a similar kind of application as Salesforce chatter in an external system (which uses Java). Is there any plug in available which I can use?

 

Thanks,

Karthik

jody_blyjody_bly

Hi Karthik, 

 

I don't know of a plug-in, but you can use Chatter REST API to integrate Chatter with your external system.

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

 

There's a Java Chatter REST API library on GitHub:

https://github.com/forcedotcom/JavaChatterRESTApi

 

Hope that helps,

Jody