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 ??

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

ryanjuptonryanjupton

I would recommend starting out here http://wiki.developerforce.com/page/Getting_Started_with_the_Chatter_REST_API and here http://www.salesforce.com/us/developer/docs/chatterapi/index.htm although the examples aren't in Java, if you're a knowledgeable Java dev you should be able to translate the pieces OK.