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?