-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instagram API Deprecation #5455
Comments
Thanks for reporting. We may already be on the correct API but we'll double check. |
For sure. From what I know though the permissions and API all use Instagram Basic Display which is what's being deprecated. Essentially their whole consumer API is just going away unfortunately. Which I think means no more Instagram import option, or it might just have to use the Business API and just be for businesses or creator accounts on Instagram. |
I looked into it again and you're right. It doesn't matter whether we have API access, going forward it seems only users whose accounts are business or creator would be able to use our library 🤦 |
Ya unfortunately 😬 and I think in order to even provide that you'd have to use the other API they provide |
No but that's my point, the other APIs only work for users with professional (creator/business) accounts. There seems to be no solution to keep @uppy/instagram in place for regular users. |
Instagram is officially gone, and as a result the Uppy provider no longer works. This should probably be removed or docs updated ASAP? @Murderlon @mifi |
Doesn't it even work for business accounts? |
Unfortunately not. I believe it'd be a separate implementation task. |
Sorry if this was covered but, can someone please clarify if I set up my own Instagram developer app and provide those credentials to the Transloadit Instagram integration, will the integration start working again? Or is the Instagram integration broken by the Meta API change regardless of credentials used? |
Also, here's the text of the error to make searching easier: |
yes looking at https://developers.facebook.com/docs/instagram-platform there no longer exists any API for retrieving users' photos on Instagram, except business accounts which is a separate API. We should indeed remove it from docs, demo and examples. The only technically feasible alternatives I see are:
|
Initial checklist
Link to runnable example
No response
Steps to reproduce
Instagram Consumer API is being deprecated Dec.4, 2024 which means that the Instagram import option will likely cease to function: https://developers.facebook.com/blog/post/2024/09/04/update-on-instagram-basic-display-api/
Expected behavior
Instagram API should continue to work or be removed. Is there any alternative?
Actual behavior
Instagram imports will cease to function after Dec. 4, 2024
The text was updated successfully, but these errors were encountered: