Displaying 1 result from an estimated 1 matches for "methoddowncase".
2012 Sep 04
2
How to get contact list from yahoo in rails using OAuth
...",
:scope=>"https://me.yahoo.com"
}
:hotmail=>{
:client=>:oauth_gem,
:expose => true,
:allow_login => true,
:key=>"**",
:secret=>"**"
}
when i am trying to do same like what is done in google it gives error like
undefined methoddowncase'' for nil:NilClass`
I have also tried contacts <http://rubygems.org/gems/contacts> gem but fail
to load contacts.
--
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-tal...