skip to Main Content

I’m using SkyBrud (https://social.skybrud.dk/instagram/) and usually setup Instagram with this API within an Umbraco/ASP .net site. The site would display images from Instagram to my site, which is connected via API keys generated on Instagram and using them in the service i just linked.

Recently i decided to create a new account (Insta) in order to obtain some Instagram API keys. After the first step i see “Registration Disabled” and no way to continue to obtain the API keys.

According to the site above, i got the vision its no longer being supported. I then came across How to find Instagram developer support? with similar issues but some went through a mobile app to get it sorted which i thought was strange and the other answers related to Android so dont think it applies to me.

I then read other links which are pointing to Facebook https://developers.facebook.com/docs/instagram-basic-display-api/getting-started but i dont know if this step is the right step in getting the existing functionality working up and quickly?

There’s just too directions so im not to sure which way to go to get the API?

2

Answers


  1. The old Instagram API is in the process of being shut down by Facebook; You’ll have to use the new API Facebook provides, for anything that you want to build now.

    The new API is only available for “professional” accounts on IG (Business or Creator) though – for normal user accounts, there is no replacement API.

    Any existing tokens you have for the old API should probably keep working, until they shut it down completely.

    The APIs are different in almost anything, so what code you currently have, will probably need a larger rewrite.

    Login or Signup to reply.
  2. Further to 04FS’s answer, the Instagram Basic Display API is now available for all accounts.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search