- Issue created by @mscieszka
- 🇵🇱Poland mscieszka
With the changes, I successfully completed the authorization flow and cron pulled the posts from Instagram as expected.
As of December 4th, 2024, the Instagram Basic Display API will no longer be available. The Instagram Feeds module relies on this API. Link to the post: https://developers.facebook.com/blog/post/2024/09/04/update-on-instagram-basic-display-api/
Replace the use of the Instagram Basic Display API with the "Instagram API with Facebook Login" and/or "Instagram API with Instagram login".
Decide which API to migrate to or support both.
Switch from the Basic Display API to the new API(s).
Determine if any UI changes are required.
Test retrieving the feed after the API migration.
Update the documentation to reflect the changes.
Active
1.0
Code
With the changes, I successfully completed the authorization flow and cron pulled the posts from Instagram as expected.