How to receive userinfo with google adwords api libraries
- by PatrickvKleef
I'm using the Google Adwords API libraries and I would like to receive the userinfo of the logged in user. I added the userinfo scope as followed:
googleAdwordsUser = new AdWordsUser();
string oauth_callback_url = HttpContext.Current.Request.Url.GetLeftPart(UriPartial.Path);
googleAdwordsUser.OAuthProvider = new…