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
Aniruddha.ManakeshwarAniruddha.Manakeshwar 

Can we Integrate Salesforce Chatter with Standalone JAVA Application ?

Hi, I have standalone JAVA application, and i have a tab for Forum inside my Application.  Is it possible to integrate my Forum with Salesforce Chattter? and if it is possible can someone please let me know how to integrate or what steps i need to follow to integrate Chatter with other standalone App.

Jia HuJia Hu
In the Force.com Integration Workbook, you can get the basic idea and java code for login to force.com and query data
http://www.salesforce.com/us/developer/docs/integration_workbook/index.htm

in the Integrating with the Force.com Platform
http://wiki.developerforce.com/page/Integrating_with_the_Force.com_Platform
you can get the basic Java code and Chatter Rest API code for query chatter data,..

and finally you have to make it work in your application.