Re: oAuth2 : Service Account and Web Server Application

2013-03-15 Thread Danial Klimkin
Hello, Service accounts should only be used by Domain administrators. The main difference is with SA server application can impersonate users on a domain. Most likely you need web server application or installed application flow instead. -Danial, AdWords API Team. On Thursday, March 14, 20

Re: oAuth2 : Service Account and Web Server Application

2013-03-14 Thread F.Pers
oki i think service account is for authenticating a server application only right? On Wednesday, March 13, 2013 6:38:54 PM UTC+1, F.Pers wrote: > > Hi > > i wanted to have a simple way with oAuth2 to get anonymous access to > client data with access tokens. First i thought that following the w

oAuth2 : Service Account and Web Server Application

2013-03-13 Thread F.Pers
Hi i wanted to have a simple way with oAuth2 to get anonymous access to client data with access tokens. First i thought that following the web server application (https://developers.google.com/accounts/docs/OAuth2?hl=de-DE#webserver) would be the right way for me since i am running a web serv