search for: oauth_consum

Displaying 1 result from an estimated 1 matches for "oauth_consum".

Did you mean: oauth_consumer
2012 Sep 04
2
How to get contact list from yahoo in rails using OAuth
...iguration is : :google=>{ :key=>"***", :secret=>"***", :expose => true, :scope=>"https://www.google.com/m8/feeds/" } now i want to get contact from yahoo and hot mail. How to get that contact I have given following configuration in my oauth_consumer.rb file :yahoo=>{ :client=>:oauth_gem, :expose => true, :allow_login => true, :key=>"**", :secret=>"**", :scope=>"https://me.yahoo.com" } :hotmail=>{ :client=>:oauth_gem, :expose => true, :allow_login =>...