I am still trying to do the authentication with Adwords. Hopefully there 
was an update very recently so AdWordsUser aslo gone now.
I am trying to get rid of the ini file..
This is from the website.
    $session = (new AdWordsSessionBuilder())
        ->fromFile()
        ->withOAuth2Credential($oAuth2Credential)
        ->build();

I want to use it like this;
I am still trying to do the authentication with Adwords. Hopefully there 
was an update very recently so AdWordsUser aslo gone now.
I am trying to get rid of the ini file..
   $session = (new AdWordsSessionBuilder())
       ->from($config)
       ->withOAuth2Credential($oAuth2Credential)
       ->build();

But I could not find how to set it like from($config). Would you please 
give me an example? If you will send the link of the github example just do 
not bother:D

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9678d234-93cf-41d8-a30f-97a95e66ca1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to