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
h0llyh0lly 

return all organization posts

If I return a list of Users I want to be able to retrieve each user's posts.

 

So if I have a json containing each user then loop through the json results, like foreach and set my variable to the value of the user id.

 

I would then want to retrieve all the posts for that user and repeat the process for each user.

 

1. It would appear that once I have my OAuth token and have made my initial request for the users, I cannot make repeated requests with the same token for each user.

 

2. Instead of domain/services/data/v23.0/chatter/feeds/me/ how would I get all feeds rather than user specific

 

3. Can I retrieve ALL the company data in one go?

 

 

 

Vinita_SFDCVinita_SFDC

Hello,

 

May be you can query on users with their profiles or roles. Please note that you take of governor limits, for details please refer:

 

http://wiki.developerforce.com/page/Webinar:_Apex_REST_API_FAQ