I used this string.Format to form the url successfully to obtain a refresh
token to access adwords api :
string body =
string.Format("code={0}&client_id={1}&client_secret={2}&redirect_uri={3}&grant_type={4}",
HttpUtility.UrlEncode(authorizationCode),
HttpUtility.UrlEncode(_appConfig.OAuth2ClientId),
HttpUtility.UrlEncode(_appConfig.OAuth2ClientSecret),
HttpUtility.UrlEncode(_appConfig.OAuth2RedirectUri),
HttpUtility.UrlEncode("authorization_code"));
I would like to log that user out afterward. What's the string.Format to
logout programmatically?
Thanks in advance.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/92e36aa2-698e-4c82-a6d0-f5b2fa089f3b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.