Henry Wagner
2008-Apr-02 23:26 UTC
Rails plugin for inviting people in your GMail, Yahoo, ... address book?
Hi, Is there a plugin available that offers integration with your GMail, Yahoo, etc. address books, so a user can easily select e-mail addresses? I''ve seen similar functionality on Facebook and Twitter and hoping someone has already open sourced the code. -- Henry http://www.henrywagner.org/ --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Matt Stone1
2008-Apr-03 00:43 UTC
Re: Rails plugin for inviting people in your GMail, Yahoo, .
Hi Henry, I don''t know of a plugin, but there is a ruby gem called blackbook http://contentfree.rubyforge.org/blackbook/ rgds, - matt http://www.tickex.com Henry Wagner wrote:> Hi, > > Is there a plugin available that offers integration with your GMail, > Yahoo, > etc. address books, so a user can easily select e-mail addresses? I''ve > seen > similar functionality on Facebook and Twitter and hoping someone has > already > open sourced the code. > > -- > Henry > http://www.henrywagner.org/-- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Henry Wagner
2008-Apr-03 03:07 UTC
Re: Rails plugin for inviting people in your GMail, Yahoo, .
Hi Matt, Thanks for the link, that looks like what I need. If I can make a generic Rails plugin for the UI I''ll open source it. Henry On Wed, Apr 2, 2008 at 5:43 PM, Matt Stone1 < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi Henry, > > I don''t know of a plugin, but there is a ruby gem called blackbook > > http://contentfree.rubyforge.org/blackbook/ > > rgds, > - matt > http://www.tickex.com > > Henry Wagner wrote: > > Hi, > > > > Is there a plugin available that offers integration with your GMail, > > Yahoo, > > etc. address books, so a user can easily select e-mail addresses? I''ve > > seen > > similar functionality on Facebook and Twitter and hoping someone has > > already > > open sourced the code. > > > > -- > > Henry > > http://www.henrywagner.org/ > > -- > Posted via http://www.ruby-forum.com/. > > > >-- Henry http://www.henrywagner.org/ --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
randomutterings...
2008-Apr-03 16:03 UTC
Re: Rails plugin for inviting people in your GMail, Yahoo, .
The Google contacts data api will let you query a users contacts without requiring the user to give their password away to the 3rd party site. http://code.google.com/apis/contacts/ I haven''t used it myself, I only heard about it on the rails envy podcast. On Apr 2, 11:07 pm, "Henry Wagner" <hjw3...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi Matt, > > Thanks for the link, that looks like what I need. If I can make a generic > Rails plugin for the UI I''ll open source it. > > Henry > > On Wed, Apr 2, 2008 at 5:43 PM, Matt Stone1 < > > > > rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > > > Hi Henry, > > > I don''t know of a plugin, but there is a ruby gem called blackbook > > >http://contentfree.rubyforge.org/blackbook/ > > > rgds, > > - matt > >http://www.tickex.com > > > Henry Wagner wrote: > > > Hi, > > > > Is there a plugin available that offers integration with your GMail, > > > Yahoo, > > > etc. address books, so a user can easily select e-mail addresses? I''ve > > > seen > > > similar functionality on Facebook and Twitter and hoping someone has > > > already > > > open sourced the code. > > > > -- > > > Henry > > >http://www.henrywagner.org/ > > > -- > > Posted viahttp://www.ruby-forum.com/. > > -- > Henryhttp://www.henrywagner.org/--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---