refresh token ruby library

2013-12-30 Thread Blake Howe
Hi guys, Im sorry for yet another question. Ive spent hours trying to get this work and just seem to be going in circles. First of all I can get the sample app working fine, but what I am doing requires offline access. Ive tried a couple of things 1. just running the sample app getting the

Re: refresh token ruby library

2013-12-30 Thread Danial Klimkin
Hi Blake, Please try config like this: token_hash = { :access_token = ACCESS_TOKEN_FROM_SAMPLE_APP, :refresh_token = REFRESH_TOKEN_FROM_SAMPLE_APP, :issued_at = 1388190331, :expires_in = 3600 } -Danial, AdWords API Team. On Saturday, December 28, 2013 4:44:04 AM UTC+4, Blake