0
I’m trying to generate a token for posting information on facebook on my page with php the script even makes the post but the token I can get has only one hour to live.
How do I create a token that has indefinite time or automatically reset the token? I’m using the https://developers.facebook.com/tools/debug/accesstoken/ facebook
but I can’t generate any token with more than 1 hour.
You can renew the token when the token expires. Long ago
offline_access
, but that was removed.– Inkeliz