Cron job Refresh Token

Umm… From my experience if things are setup right there is no need for a cron job at all. Just refresh the access token when the code is used using the refresh token and update database… You can only use refresh token once… Then u get a new one and u can use that once… Etc. This may help? Sample PHP Project with OAuth

2 Likes