0
I have a Google Analytics account and need Token Access to make some requests that return data from this account. Whenever I use oauth to authenticate it works, however, when I change page the data of my Tokens vanish. I have already stored them in a $_SESSION (php) to move to another page, and it works normally, but after 1 hour Access Token expires and does not work anymore, and also does not update automatically even with Refresh Token. Can anyone help me? I’ve been with this problem for a long time without being able to solve it.