How to use an existing access token to authenticate against the Google API in Ruby
After a few hours of trial and error and finally getting authentication against Google’s API working in Ruby I think it’s time for a blog post đ I had a simple (at least I thought it was simple) requirement: Reading the people in a user’s Google+ circles with Ruby. Because I use OmniAuth in my … Read more