Pull the likes and comments of a post using Graph API

只谈情不闲聊 提交于 2019-12-25 03:03:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!