我有一个Sandbox模式,我正在尝试使用标记名来获取用户“id”:
https://api.instagram.com/v1/tags/{tag-name}/media/recent?access_token=ACCESS-TOKEN
但我的答案只有一个用户ID:
{"pagination": {"next_max_tag_id": "AQA8KucI7XNxxeiRGiEg2apJpWJKClzThz1Mc1JyDrlsHcsYAFMCdz5eclSQRqI5AsrY-YW6J3bVXMQvZ1516FeCvl6cest_bbKxf8r2e3Iptw", "deprecation_warning": "next_max_id and min_id are deprecated for this endpoint; use min_tag_id and max_tag_id instead", "next_max_id": ...
但是,如果我不能获得更多用户“id”,那么Instagram有沙盒速率限制?
我需要更多用户进行测试(关注和取消关注,写入数据库等)? 也许吧,我做错了什么?
答案 0 :(得分:0)
Have you tried the /users/search endpoint? That's where you can get the User ID.