| Steps to Reproduce: | Try to get the list of users liking a post on a user's feed (use the ID in the "Related IDs field"): HTTP GET https://graph.facebook.com/POST_ID?fields=likes&access_token=ACCESS_TOKEN |
|---|---|
| Expected Behavior: | At the time of writing, the post has 7 likes (as the "count" attribute says), so the "data" array should contain 7 users. |
| Actual Behavior: | Only 4 users are returned in the "data" array, and only 4 will keep on appearing there even when more users like the post. |
| API/SDK: | Graph API |
| App IDs: |
|