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
KunjanKunjan 

How to communicate with chatter of salesforce in Ruby?

Hi,

 

Can anyone tell me how to communicate with Chatter of Salesforce like feed, post etc. using ROR app?

 

Thanks in advance,

cloudcodercloudcoder

Are you using Rails 2.x and the Force.com for Ruby Toolkit? If so, check out chatter_feed.rb which contains a number of helper methods including search_chatter_feeds, get_all_chatter_feeds_without_attachments etc.

 

In addition, the toolkit includes models for the standard chatter objects like user_feed.rb, news_feed.rb etc.

 

I have a sample app which I will also push to github today to give you a complete example