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
objectuserobjectuser 

How to create feed in group or user chatter using post request rest api ??

i want to create chatter feed for user through java using rest api ??
how can i do this ??

dsingh16dsingh16

If you want to use Chatter REST API, refer to the following document:

http://www.salesforce.com/us/developer/docs/chatterapi/index_Left.htm#StartTopic=Content/quickstart_prereq.htm

 

it describes step by step procedure.