How can I perform a two-legged oauth to use YQL with the ruby oauth gem?

Posted by user334987 on Stack Overflow See other posts from Stack Overflow or by user334987
Published on 2010-05-07T01:13:58Z Indexed on 2010/05/07 1:18 UTC
Read the original article Hit count: 365

Filed under:
|
|

I'm trying to perform a two-legged oauth in ruby to use YQL. There is an example in javascript which does what I want: http://paul.donnelly.org/demos/oauth.htm However, the ruby oauth gem API is different, and I can't figure out how to make the request.

Any ideas?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about oauth