Jun 12 2018 09:16 PM
Hello Team,
Need help on to gather counts for
- Posts by user
- Likes by user for each post
- Comments by user for each post
- Shares by user for each post
- Comments by user for each post
Based on this documentation seems like we are hitting a unsupported scenario
https://developer.yammer.com/docs/rest-api-rate-limits
This is the roadblock we are facing:
Yammer APIs doesn’t not provide information
1. For user centric analysis. E.g. given a user name, it is not possible to fetch all the likes, comments or posts done by that user within a period of time.
2. Using bulk APIs. To achieve the requirement, it will be required to go over each and every thread in a given time range, and extract the information required. Since bulk APIs are not supported, each thread has to be iterated. Given the user base size (12K +), and volume of posts/threads expected, it is not feasible to take this approach.
Please suggest