I'm using the newest version of the PHP Adwords API (v201609) and I'm having trouble getting a new refresh_token/access_code after my initial refresh_token expires. The problem might be that I am attempting to get a new refresh token after it has already expired. Do I need to do this before it expires? In my experience, once it expires, I can still use the refresh token to get a new one without any problems after it has expired. I've been scouring everything I can. The documentation claims that the library will automatically get a new token for you, but I have not been able to figure out where or how. Please provide some tips, or if possible, some example code. This is the one thing that is preventing me from upgrading my codebase to the new API right now. Thanks!