Instagram API 按主题标签搜索

Instagram API search by hashtag

我想使用 instagram 按主题标签搜索最近的媒体 api

{
  "pagination": {
    "deprecation_warning": "next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead"
  },
  "meta": {
    "code": 200
  },
  "data": [

  ]
}

我发现我只能在我自己的媒体中搜索标签,而不能使用此功能搜索公开可用的媒体,尽管我认为这应该在范围内 public_content。 (这可能最好作为评论,但我还不能评论......:P)