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:
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!