Hey,

I'm trying to move my application to work with the new oAuth way
without any luck.
what I want to do is to have a two phase program.

part 1:
Let the user using a web application to authorized with Google.
which, for as much as I understand, will give me the oauth_verifier
token.
save the token in DB.

part 2:
Load the token from the DB.
Log in to the account (without the user interaction) each day to track
changes.

I'm stack on part-2
It seems it should be straight forward. Just adding the oauth_verifier
to the SOAP header and make the call. But I can't seem to figure it
out.
All the example I'm seeing are using a web application with a
web.config, global asax etc. which I don't.
I've also don't have an open session at that moment?

what can I do?
Is it even possible?

Thanks.
R.g.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to