Chris Nixon

Results 4 comments of Chris Nixon

@davidcelis is there anything I can help with to get this merged?

Yes exactly. The screenshot below is how we currently use it. Thanks for looking! ![screen shot 2015-04-01 at 10 49 41 pm](https://cloud.githubusercontent.com/assets/672057/6958473/71ed9eb8-d8c1-11e4-9be1-53b3fe9146e8.png)

@thomas-mcdonald is it possible to get this merged, I'm also going to try to implement a `refresh!` method to refresh an expired token, I've ran into issues with my token...

Well I figured out you can actually get non-expiring tokens by adding `'no_expiry'` into scope ``` provider :stackexchange, ENV['STACKEXCHANGE_CLIENT_ID'], ENV['STACKEXCHANGE_CLIENT_SECRET'], public_key: ENV['STACKEXCHANGE_PUB_KEY'], site: 'stackoverflow', scope: 'no_expiry' ```