kevinongko / vue-instagram

Instagram's feed fetcher component based on Vue.js
https://kevinongko.github.io/vue-instagram/
MIT License
181 stars 37 forks source link

API Down? #17

Closed skozzii closed 6 years ago

skozzii commented 6 years ago

Did something change to stop this from working? Your demo seems to be down, and it no longer works on the app I was developing. I will try to troubleshoot if this is not the case and something is wrong locally over here let me know!

Thanks!

robbinjohansson commented 6 years ago

You're not alone, it's down for me as well with the following error message:

This endpoint has been retired


From https://www.instagram.com/developer/:

To continuously improve Instagram users' privacy and security, we are accelerating the deprecation of Instagram API Platform, making the following changes effective immediately. We understand that this may affect your business or services, and we appreciate your support in keeping our platform secure.

These capabilities will be disabled immediately (previously set for July 31, 2018 or December 11, 2018 deprecation). The following will be deprecated according to the timeline we shared previously:

Public Content - all remaining capabilities to read public media on a user's behalf on December 11, 2018 Basic - to read a user’s own profile info and media in early 2020 For your reference, information on the new Instagram Graph API.

kevinongko commented 6 years ago

Seems like Instagram shutdown the public API and only allow their new Graph API. which mean it will impact most of programs relying on their API (this plugin too) I'll update this plugin soon to reflect the changes, thank you for understanding.

skozzii commented 6 years ago

Thanks for the update, appreciate the work you've done on this so far, keep it up!

bhalt commented 6 years ago

Thanks for looking into this @kevinongko! Was sad to see our feeds disappear as well. Following so I'm alerted of a fix..

kevinongko commented 6 years ago
screen shot 2018-04-11 at 21 16 58

Currently Instagram doesn't review new apps for using their API, so I cannot test the new Graph API. The plugin fix will need to wait unless someone with API access submit a PR.

redxtech commented 6 years ago

Shoot I heard about the deprecations and wondered what would happen to this. I'm using this for a client's webpage, so it's rather unfortunate. Hopefully they accept new apps to the API soon.

IMO they should not close the old API until the new one is ready.

coeneivan commented 6 years ago

Any news on this?

matthijssm commented 6 years ago

A fix would be nice. How is it going so far?

bhalt commented 6 years ago

Saw FB API was reopened -- any updates on getting the plugin fixed? Thanks! @kevinongko

redxtech commented 6 years ago

Just checking back in on the progress of this? If it's been reopened can we expect a new release soon? Thanks :)

kevinongko commented 6 years ago

Hi guys, sorry for the late response Thanks to PR #18 it should be fixed now in v2.0.0 enjoy :D