并非所有查询都存在分页

Pagination not existing on all queries

取自较旧的堆栈溢出问题(很抱歉没有发布 link 但堆栈溢出说我必须有超过 10 个代表超过 2 links)才能生成 Instagram 访问令牌所以他们将退出沙盒模式。完成上述内容后,我有以下两个问题:

  1. https://api.instagram.com/v1/tags/' . 'wordcamp' . '/media/recent?client_id=' . 'one_id' . '&access_token='. $accessToken . '&count=' . $count
    在上面的分页中,分页出现在这个
  2. https://api.instagram.com/v1/users/search?q='John'&access_token=$accessToken&count=$count
    根本不显示。有了图片,第一个是这样的: where the second is like

为什么第二个 link 我没有分页选项?

Instagram API 从来没有用户搜索的分页 API,响应有一组有限的用户搜索结果,大约 50 条左右。此端点不支持分页