While working a project, we needed to access Google calendar's API but with a difference - the application was supposed to create new event in the Google Calendar accessed by authenticated users. After a little bit of research, I came across the Google Service Accounts that allows back-end authentication using Google authorization service. Basically, these Service Accounts allows you to access Google API's … Continue reading Tutorial: Using Google Service Accounts With A Rails Application
