Re: How to pass OAuth data from database to API in V201708

2017-09-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Joseph, You will be able to use OAuth2TokenBuilder and AdWordsSessionBuilder

Re: How to pass OAuth data from database to API in V201708

2017-09-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Joseph, The PHP client library looks for the configuration file in the home directory of the user running the script, to fill out the required properties here

How to pass OAuth data from database to API in V201708

2017-09-18 Thread silvester correya
Hi support, while trying to migrate Adwords API to v201708 , Iam stuck of how to pass outh data stored in my database to API $oAuth2Credential = (new OAuth2TokenBuilder()) ->fromFile() ->build(); $session = (new AdWordsSessionBuilder()) ->fromFile()