问题
I need to pull the likes and comments of a post in Facebook using Graph API. I found out that Facebook does not return the data as a whole but returns in pagination format. IS there any way to get the likes ad comments data of a post at once instead of getting in pagination format? If not is there any other where we can get maximum data per page so that we don't have to loop through many pages to obtain the data?
Please suggest!
来源:https://stackoverflow.com/questions/30253291/pull-the-likes-and-comments-of-a-post-using-graph-api