`generate_access_token': AdsCommon::Errors::OAuth2VerificationRequired (AdsCommon::Errors::OAuth2VerificationRequired)

2013-12-19 Thread jroigarderiu
Hi, I am using the Ruby gem. When trying to do an API call I keep getting the error that I showed in the title. In the docs of the Wiki and the Youtube screencast it is not shown what should we do in order to get the access from the User. Could you please tell me what am I missing here?

Re: `generate_access_token': AdsCommon::Errors::OAuth2VerificationRequired (AdsCommon::Errors::OAuth2VerificationRequired)

2013-12-19 Thread Danial Klimkin
Hi, For OAuth2 authorization you need a verification code in order to obtain the refresh token. Please see this code as an example: https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201309/misc/setup_oauth2.rb -Danial, AdWords API Team. On Thursday,