atinux / nuxt-auth-utils

Add Authentication to Nuxt applications with secured & sealed cookies sessions.
MIT License
962 stars 90 forks source link

new Instagram API #193

Open sandros94 opened 1 month ago

sandros94 commented 1 month ago

So, when I implemented Instagram as a provider I wasn't aware of an API change that was coming, in particular:

Starting on December 4th, 2024, Instagram Basic Display API will no longer be available.

[...]

  • After December 4th, 2024, there will no longer be a set of Instagram APIs for consumer developer apps

[...]

  • Businesses and creators can leverage this new solution or use Instagram API with Facebook Login for their respective business use cases.

On one side this basically kills the project I was working on (🙄), but on the other side I need to update the implementation. So that if someone needs the "Instagram Professional" part they could still use it.

I didn't check what about Facebook's APIs, yet.

@atinux I'll be happy to track, study and work on this in the upcoming weeks. So if anything related comes up feel free to tag me.

atinux commented 1 month ago

Thank you for reporting it @sandros94 !