I am using this url for get request –
https://graph.facebook.com/${ig_media.id}/comments?access_token=${config.userAccessToken}
But it is returning only 25 comments. What can I do to get more comments?
Here ig_media.id is media ID of instagram, which is required to get comments on a media, where media can be posts of pictures or videos on instagram.
userAccessToken is the access token required to do the following api request on Instagram.
3
Answers
It also gives you a after parsing like that use that for further record.
For reference it will like that…
Instagram Allow max 25records at one go.. and return before and after paging with it for further records..
It also gives you a after parsing like that use that for further record. For reference it will like that…