Yahoo retired its YQL API so, I am switching to use the OAuth1.0 protected weather forecast API,
https://weather-ydn-yql.media.yahoo.com/forecastrss?w=2502265
Got whitelisted my app through email as instructed here, https://developer.yahoo.com/weather/
Sending request to get weather data with the proper Authorization header returns nothing but this, error status: 500
<rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:yweather="http://xml.weather.yahoo.com/ns/rss/1.0" version="2.0">
<channel>
<yweather:units distance="mi" pressure="in" speed="mph" temperature="F"/>
</channel>
</rss>
any idea what's going wrong?