Google AdSense API asking for log in each time
问题 I've put together the Google AdSense API for earnings which works. However, I want it to run in the background without me logging in. It asks me to log in each time it's ran. I have the offline set as well as store the token. I'm not sure why it keeps asking me to log in. I have this running on a nightly cron job on GoDaddy. Code is below: <?php include('config.php'); require_once 'templates/base.php'; session_start(); set_include_path('/path/to/clientlib' . PATH_SEPARATOR . get_include_path(