pdir / social-feed-bundle

Social feed extension for Contao CMS
GNU Lesser General Public License v3.0
13 stars 13 forks source link

Refresh instagram token via cronjob #106

Closed falkgeist closed 1 year ago

falkgeist commented 1 year ago

Description

At the moment, long-lived instagram tokens expire after 60 days, making it necessary to create a new token about every two months. This is tedious, tbh.

Is there a possiblity to add a cronjob to the bundle, that refreshes the token after e.g. 30 days via the corresponding endpoint of the Basic Display API?

Long lived access tokens

We already got several clients calling, asking why the feed is not showing posts anymore...

Thank you very much!

seibtph commented 1 year ago

Do you have installed the newest version 2.12.0? Than the access token should be refreshed after 30 days.

falkgeist commented 1 year ago

That sounds perfect, I will check in the corresponding installation when I find the time.

seibtph commented 1 year ago

So I will close the issue. If you have another problems with that you can reopen the issue.