Hi All
I am using PHP library, from which i want to generate the Access Token.
I have Client ID, Client Secret and Refresh Token ( generated from Google Playground)
Please direct me to the right example from which i can generate the Access Token? I dont see any example.
All i see is example of "adsapi_php.ini" which generates the access token automatically , but where it stores?
This access token in turn i want to utilize with other programming language which Google does not support.
So i have to generate this Access token and put this in a variable so that i can pass it to my other code.
Regards
Ritesh