I have an app that was utilizing the public search endpoint from the Instagram API. Just today (4/4/2018) I started getting the errors "This endpoint has been retired". I can longer get any content.
My API call looked like this:
https://api.instagram.com/v1/users/search/?access_token=123456&q=instagram&count=1
This wasn't supposed to happen until Dec 11, 2018 according to their website: https://developers.facebook.com/blog/post/2018/01/30/instagram-graph-api-updates/
Any way to get this information or do I need to overhaul the API.