Re: Ruby OAUTH_TOKEN_HEADER_INVALID when migrating to Oauth2

2014-06-16 Thread Danial Klimkin
Hello Tom, Please send us your version of library init, e.g.: adwords = AdwordsApi::Api.new({... Please make sure to replace most of the sensitive auth details with "" -Danial, AdWords API Team. On Saturday, June 14, 2014 8:51:21 AM UTC+4, Tom Herman wrote: > > > Hello all, I'm having a

Ruby OAUTH_TOKEN_HEADER_INVALID when migrating to Oauth2

2014-06-16 Thread Tom Herman
Hello all, I'm having a little trouble migrating to Oauth2. I am unable to run the example from: https://github.com/googleads/google-api-ads-ruby/blob/master/adwords_api/examples/v201402/misc/create_ad_words_session_without_properties_file.rb, which throws OAUTH_TOKEN_HEADER_INVALID. I've tr