Hi Brihaspati,Could you send me the request and soap logs for the failed requests?Another note is that you don't need multiple projects (client_id/client_secret pairs) if you only have one application. You can (and should) use the same client_id and client_secret for all of your application's requests, regardless of which user's account you are accessing.Regarding your question on setting the OAuth information programmatically, below is an example.AdWordsUser user = new AdWordsUser();user.Config.OAuth2Mode = OAuth2Flow.APPLICATION;OAuth2ProviderForApplications oAuth =(user.OAuthProvider as OAuth2ProviderForApplications);oAuth.RefreshToken = xxx;oAuth.AccessToken = xxx;oAuth.UpdatedOn = xxx;oAuth.ExpiresIn = xxx;Note that only oAuth.RefreshToken is mandatory. If you leave oAuth.AccessToken as empty, or if oAuth.UpdatedOn + oAuth.ExpiresIn is in the past, the access token will be refreshed by the library.Thanks,Josh, AdWords API Team
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.