I am having trouble implementing the new OAuth2 authentication for our AdWords application.
We have a vb.net project that runs daily (scheduled, so without user interaction) using one MCC account for all our clients. It currently is using Client Auth and I need to change it to use OAuth 2. I am trying to test it using the vb example but I am not sure how to set up the app.config. I tried creating a client id several different ways, most recently using the Client Id for Installed Applications. Is that the best way to do it? Would it be easier using Service Accounts? Also, when I am trying to get the refresh token to enter into the app.config in the test program, I also can't get the OAuth2TokenGenerator.cs to work. After I enter all the info and it says "This app would like to: Manage your Adwords Campaigns", I click "Accept", I get a "This page could not be diplayed error." Do you have any idea what I am doing wrong? When I created the client id and ran the token generator, I logged in using the MCC account email. Is that correct? Please let me know what I might be doing wrong. Thanks, Dan -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.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.
