Yahoo authentication

Posted by steve on Stack Overflow See other posts from Stack Overflow or by steve
Published on 2010-04-13T13:58:20Z Indexed on 2010/04/13 14:03 UTC
Read the original article Hit count: 508

Filed under:
|
|

Hi - I'm playing around with the new yahoo API. I'd like to scrap some dummy data using the following address

http://query.yahooapis.com/v1/public/yql?q=desc%20social.updates.search&format=json&diagnostics=true&env=store%3A%2F%2Fdatatables.org%2Falltableswithkeys&callback=cbfunc

When I run this I get an authenticaion error (Need to be logged into Yahoo) This is fine obviously for me messing around on the internet. However I'd like to call this from a ruby script. Any ideas how I go about authenticating? I can only seem to find some web enabled version.

© Stack Overflow or respective owner

Related posts about yahoo

Related posts about ruby