我想从facebook组中获取所有帖子并参考其ID.我试过这个:
https://graph.facebook.com/".$group_id."/feed?time_format=U&".$authToken
Run Code Online (Sandbox Code Playgroud)
这只给了我一些帖子.如果可能的话,我希望所有帖子都由一个网址检索,如果不是通过分页网址.但是分页URL包含分页标记
https://graph.facebook.com/55259308085/feed?limit=500&access_token=ACCESS_TOKEN&until=1298025645&__paging_token=55259308085_10150259582898086
Run Code Online (Sandbox Code Playgroud)
什么是分页令牌和直到??
请指引我走正确的道路.谢谢.