1

Instagram API Deprecation

Hey everyone!

Just a heads up that Instagram has deprecated their API as of April 5th, 2018 and will now be using the Facebook Graph API.

For example, your query will change from:

https://api.instagram.com/       to

https://graph.facebook.com/

 

If you are still using the Instagram API please check out Instagram's Changelog for more information.

What should I know?

The following endpoints have been deprecated:

  • Follows and Relationships
    • GET /users/self/follows
    • GET /users/self/followed-by
    • GET /users/self/requested-by
    • GET /users/{user-id}/relationship
  • Commenting on Public Content
    • GET /media/{media-id}/comments (Deprecation not relevant when fetching comments for self media)
  • Likes
    • GET /media/{media-id}/likes
  • User Search
    • GET /users/{user-id}
    • GET /users/{user-id}/media/recent
    • GET /users/self/media/liked
    • GET /users/search

New endpoints can be found on the Instagram Graph API documentation.

Finally, please double-check that any Klips using Instagram data sources work as expected.

 

Let us know if you have any questions, we are here to help!

1 comment

Please sign in to leave a comment.