Search code examples
instagraminstagram-api

Public Search - Endpoint Suddenly Removed


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.


Solution

  • According to them on the Instagram developer website. https://www.instagram.com/developer/

    To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Platform, making the following changes effective immediately. We understand that this may affect your business or services, and we appreciate your support in keeping our platform secure.

    These capabilities will be disabled immediately (previously set for July 31, 2018 or December 11, 2018 deprecation). The following will be deprecated according to the timeline we shared previously.):

    Public Content - all remaining capabilities to read public media on a user's behalf on December 11, 2018 Basic - to read a user’s own profile info and media in early 2020 For your reference, information on the new Instagram Graph API.enter image description here