Making Yahoo Weather API request with OAuth 1

前端 未结 4 859
刺人心
刺人心 2020-12-14 19:46

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

4条回答
  •  粉色の甜心
    2020-12-14 20:11

    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?)

提交回复
热议问题