You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postiz looks great and I am considering switching over.
I build something comparable but I lack some of your features.
I was wondering if Postiz lets you manage multiple Companies Social Media and if Token etc. update automatically since this is something that took me a long time to implement in my app.
here is how I did it:
One long-lived user token is stored; page tokens are fetched from it on demand (and don't expire).
A background job regularly checks the token's health against Meta.
If valid, it exchanges it for a fresh token, extending the expiry by ~60 days.
The new token is saved to the database so it survives restarts.
This repeats before expiry, so the token renews itself forever without manual work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello there,
Postiz looks great and I am considering switching over.
I build something comparable but I lack some of your features.
I was wondering if Postiz lets you manage multiple Companies Social Media and if Token etc. update automatically since this is something that took me a long time to implement in my app.
here is how I did it:
One long-lived user token is stored; page tokens are fetched from it on demand (and don't expire).
A background job regularly checks the token's health against Meta.
If valid, it exchanges it for a fresh token, extending the expiry by ~60 days.
The new token is saved to the database so it survives restarts.
This repeats before expiry, so the token renews itself forever without manual work.
All reactions