Configuring authlogic-oauth with google

醉酒当歌 提交于 2019-12-03 14:07:07

How to login with Google OAuth into your Ruby on Rails application you can read at manu-j blog. There is mentioned in first paragraph how to obtain those keys. You have to register your domain with google.

But this just logging into your app, not into your google acount. It sounds you think after logging with OAuth you can access all your google applications and google saved datas (like calendar). The OAuth service is similar to OpenID. Both are only services to autenticate user in your app (instead of registering into your app).

If you want to use some Google calendar data in your app, you can start with Googlecalendar gem, rails plugin and example.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!