I'm using API 14.2.3 and trying to get data via OAuth. It all seems to work fine, except for this complaint:
File "\..\..\..\eggs\adspygoogle.adwords-14.2.3-py2.5.egg\adspygoogle \adwords\CampaignService.py", line 92, in Get 'Campaign', self._loc, request) File "\..\..\..\eggs\adspygoogle.adwords-14.2.3-py2.5.egg\adspygoogle \adwords\AdWordsWebService.py", line 264, in CallMethod self.__ManageSoap(buf, start_time, stop_time, error) File "\..\..\..\eggs\adspygoogle.adwords-14.2.3-py2.5.egg\adspygoogle \adwords\AdWordsWebService.py", line 127, in __ManageSoap raise e AdWordsAuthenticationError: AuthenticationError.OAUTH_TOKEN_INVALID @ Service[CampaignService.get] Various googling tells me this means my developer token isn't valid, however when I use it in a non-Oauth context it works without issue. Here's what my header looks like: {'authToken': None, 'clientCustomerId': '', 'developerToken': '<token>', 'clientEmail': '', 'userAgent': 'AwApi-Python-14.2.3| GoogleTest', 'password': '', 'email': ''} Any ideas as to what is going on? Do I need a new token to use with OAuth for some reason? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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