gimite / google-spreadsheet-ruby

Ruby library to read/write Google Spreadsheet
Other
306 stars 52 forks source link

OAuth2 Authentication Support #23

Closed er1c closed 12 years ago

er1c commented 12 years ago

Since I'm starting a project from scratch and the OAuth2 is being "encouraged" to use OAuth2 for authentication at: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html

It was fairly simple to add OAuth2 support in, tho I can't say I love how much if/else/else is going on, but considering google only has 3-4 authentication methods anyway its at least not likely to cause the code to explode out later.

Anyhow, added the OAuth2 support and it seems to be working fine.

gimite commented 12 years ago

Thanks. Pulled.

er1c commented 12 years ago

Thanks for cleaning it up too :) I like what you did with it.