codefog / contao-instagram

Contao extension that displays Instagram feed on your website
MIT License
11 stars 12 forks source link

Long-Lived Tokens #17

Closed ngdot closed 4 years ago

ngdot commented 4 years ago

Es gibt wohl nun Long-Live Tokens: https://developers.facebook.com/docs/instagram-basic-display-api/guides/long-lived-access-tokens

ngdot commented 4 years ago

Scheint zu klappen, habe mir manuell aus meinem short-lived token gerade einen long-lived token erstellt der 60 Tage gültig ist.

fritzmg commented 4 years ago

Es gibt auch Access Tokens, die nie ablaufen. Siehe zB folgende Anleitung: https://github.com/fritzmg/contao-facebook-gallery/#access-token

qzminski commented 4 years ago

@ngdot I will implement them as soon as they are stable. Right now they are in beta phase.

@fritzmg that certainly works for Facebook, but does it also work for Instagram?

fritzmg commented 4 years ago

Doesn't Instagram use the Facebook Graph API now?

qzminski commented 4 years ago

Not exactly I think. It is somewhat similar but has different endpoints and features than Graph API.

fritzmg commented 4 years ago

Ah ok, didn't realize :)

ngdot commented 4 years ago

@qzminski Long-Lived Access Tokens are now stable. https://developers.facebook.com/docs/instagram-basic-display-api/changelog

qzminski commented 4 years ago

@ngdot thanks for the info, I will implement it as soon as I find some spare time.

qzminski commented 4 years ago

Version 2.1.0 has been just released 👍🏻