I ran into a problem with Yahoo Weather API because it wasn\'t giving me any data. After visiting YDN website I\'ve found out that all requests should be updated to OAuth 1
We finally got our yql weather working again using two-legged authorization using yosdk: (https://github.com/isaacs/authentipede)
And using this script
I found this from this discussion: (How do I get started with oauth for YQL for historical stock data?)