The short answer is no, you could simply get away with using ClientLogin. This will still require that you provide your developer token, which is can be requested by doing the following: https://developers.google.com/adwords/api/docs/signingup
You will then need to pass your Login and Password along with the ClientCustomerId and DeveloperToken in order to make requests. HTH Marcos On Wednesday, 30 January 2013 18:39:27 UTC, Alan Coleman wrote: > > Hello everyone, > > As a newbie to the Google AdWords API I'm experimenting with the examples > in v201209 > > I have GetCampaigns.php returning data from my test account successfully > on localhost. > > However when I run GetCampaigns.php from a server I get an error:* An > error has occurred: Failed to get authToken. Reason: Failed to connect to > 2607:f8b0:400e:c02::54: Network is unreachable* > > The question is, do I have to use OAuth 2.0 Authentication and do I have > to assign API access in the API Console? > > Many thanks > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
