Does the Threads Long lived token gets renewed upon regular use or it is mandatory to regenerate the access token manually after the 60 days validity period ?
1

I am developing a system where the Long-Lived token will be generated and stored in a file. Since this token is valid up to 60 days, is an API call to refresh it the only way to refresh it ? Or does the validity period gets prolonged upon regular use of the token ?

Commuter
提问时间: 约 3 个月前
已选回答
1

You can test after a few days to see the validity - https://developers.facebook.com/tools/debug/accesstoken/

My guess is that it doesn't get automatically refreshed after use (otherwise why would they create an endpoint just for refreshing?)

6月30日 07:50
Sherman