How do I process the Google token received by using AuthSub after it is passed to my controller (I don't have an index action but map.connect defaults to index) because I make the request to Google from the main page of my app? Is it possible? Or must I make a request inside an action? Thanks!
kevin lee wrote: > I was able to use AuthSub to retrieve a token from Google but it > redirect back to my app and closed the Google webpage. This is not > exactly what I want to do. What I actually want to do is to interact > with Google Calendar the way many other similar applications, such as > Zvents, do, which is direct user to Google Calendar account login page, > wait for user to login, and keep Google Calendar open in order to save > the event. These apps link to Google Calendar with a url that looks > like this: https://www.google.com/accounts/ServiceLogin?service... I > have not been able to find any reference to this url in the Google > Account Authentication API. Any idea where is it covered in the > document or this is something else entirely? Or that I simply need to > dig deeper into AuthSub to achieve my goal? I would again appreciate > any guidance. Thanks! -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

