Raj 4 PHP and RoR
2008-May-16 07:53 UTC
Getting the friends contacts mail Id of gmail,hotmail,yahoo,myspace in RoR
Hello friends, I am developing an application in RoR. After registration in this application I follow the following steps: 1. Enter the hotmail,gmail,aol email id. 2. Enter password according to that mail id. After submitting this information, I want to get the contacts in that my mail id. How can I do this. Whenever I login next time, my contacts should be there in the list of my application. Pls visit http://www.spokeo.com for this functionality. There is many gems for it, but I didn''t get any right solution. Please let me know if u have any query about it. Thanks Raj Kumar Goyal --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Tiago Macedo
2008-May-16 11:35 UTC
Re: Getting the friends contacts mail Id of gmail,hotmail,yahoo,myspace in RoR
The blackbook gem works for me: http://rubyforge.org/projects/contentfree/ Tiago Macedo Raj 4 PHP and RoR wrote:> Hello friends, > > I am developing an application in RoR. After registration in this > application I follow the following steps: > > 1. Enter the hotmail,gmail,aol email id. > 2. Enter password according to that mail id. > > After submitting this information, I want to get the contacts in that > my mail id. How can I do this. Whenever I login next time, my contacts > should be there in the list of my application. > > Pls visit http://www.spokeo.com for this functionality. > > There is many gems for it, but I didn''t get any right solution. > Please let me know if u have any query about it. > > > Thanks > Raj Kumar Goyal > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Raj Goyal
2008-May-19 04:37 UTC
Re: Getting the friends contacts mail Id of gmail,hotmail,ya
Tiago Macedo wrote:> The blackbook gem works for me: > http://rubyforge.org/projects/contentfree/ > > Tiago MacedoThanks for help. -- 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 -~----------~----~----~----~------~----~------~--~---
Smarty 2k
2008-Nov-12 10:05 UTC
Re: Getting the friends contacts mail Id of gmail,hotmail,ya
hi, Please help me!!!!! am using ruby-1.8.6 gem blackbook-1.0.4 output is @contacts.inspect(collection of Emails and name) please give me further solution..... please.... Thankyou. -- 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 -~----------~----~----~----~------~----~------~--~---
Smarty 2k
2008-Nov-12 10:20 UTC
Re: Getting the friends contacts mail Id of gmail,hotmail,ya
hi, Please help me!!!!! am using ruby-1.8.6 gem blackbook-1.0.4 output is @contacts.inspect(collection of Emails and name) I got this error : undefined method `name'' for {:email=>"aaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"aaa"}:Hash please give me further solution..... please.... Thankyou. -- 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 -~----------~----~----~----~------~----~------~--~---
gopi In
2009-May-11 07:02 UTC
Re: Getting the friends contacts mail Id of gmail,hotmail,ya
Smarty 2k wrote:> hi, > > Please help me!!!!! > > am using ruby-1.8.6 > gem blackbook-1.0.4 > > output is @contacts.inspect(collection of Emails and name) > > I got this error : > undefined method `name'' for {:email=>"aaa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"aaa"}:Hash > > please give me further solution..... please.... > > Thankyou.Hi smarty, I got the same error, for this i changed my view like this, <%= contact[:name] if !contact.blank? %> I hope this can helps you. Thank You. -- Posted via http://www.ruby-forum.com/.
Reasonably Related Threads
- Scraping AOL Webmail to login and fetch contacts?
- Contacts Importer Address grabber Invite friends import Gmail, Yahoo, Hotmail etc
- Accessing Yahoo!, Hotmail and Gmail address book?
- Authentication on delegated web service methods -or- How the heck do I protect these things?
- recipe for a myspace type clone?