如何在owner_id上获得Instagram用户的昵称? 以及如何获取在特定位置发布的所有用户的总列表?

My account api status "live", but if I try to fetch something like:

https://api.instagram.com/v1/users/$owner/?access_token=

or

https://api.instagram.com/v1/locations/search?lat=$lat&lng=$lang&distance=100&access_token=

it gives me "This client has not been approved to access this resource."

https://www.instagram.com/explore/locations/id/?__a=1 — works without pagination and there is no nicknames so I used fetch other api paths

what I'm missing?