tags:

views:

143

answers:

0

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?