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
RuudRuud 

Integration of chatter with ny application using API CAlls

Hi,

I am working on a project of integration of chatter with our comapny's application.So is there any way to

 

1)embed the entire chatter page in the application, Does chatter provide such functionality?

2) an individual api calls to start a case and follow them?

3)to upload my comapny's api calls on their server so that their fields can be retrived on my application fields?

4)or any robots which will help me communicate with the salesforce server and notify the changes made in it  same as what google wave have....

pbattissonpbattisson
Hi Ruud

Chatter has a full API (https://developer.salesforce.com/page/Chatter_API)which can be used to enable you to retrieve, create and comment upon posts and topics in any fashion you would like. For some of your requirements you may need to use the REST API (https://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0CCAQFjAA&url=https%3A%2F%2Fwww.salesforce.com%2Fus%2Fdeveloper%2Fdocs%2Fapi_rest%2F&ei=uezcU9z5CaOp7AbvroHACA&usg=AFQjCNHP1lBXXfna0UkhCIKJznBhZ8g0TA&sig2=mXJdIH0dJ8Azo_kiLoREsA&bvm=bv.72197243,d.ZGU) in conjunction with this (eg creating a case or saving your own logs). The APIs are very simple to use and the reources I link to include all the needed documentation.