Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 932 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 932 Bytes

chatter-in-apex-video

This repo contains the source files for the video tutorial "Using Chatter in Apex to Display Two Chatter Feeds on a Visualforce Page."

http://youtu.be/lKhFaYcBZcU

Chatter in Apex

The video shows you how to use Chatter in Apex to create a custom Chatter experience in Salesforce.

"Chatter in Apex" is the name of the Apex ConnectApi namespace. Many Chatter REST API resource actions are exposed as static methods on Apex classes in the namespace. These methods use other ConnectApi classes to input and return information.

Chatter REST API and Chatter in Apex are designed for creating UI. Data is localized and structured for display. For example, you can access a feed with a single call.

For more information about Chatter in Apex, see the Apex Developer's Guide:

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_classes_connect_api.htm