Yahoo Weather Example Not Working ... Again

Back in March I posted a message about the Yahoo Weather Example app no longer working, and Paul pointed out that the url:

http://weather.yahooapis.com

had to be replaced with:

http://xml.weather.yahoo.com

Unfortunately, that is no longer working either.

A post on StackOver Flow

http://stackoverflow.com/questions/36242098/simple-yahoo-weather-api-not-working

stated the following:

[quote]Yahoo recently updated the way they handle requests. It used to be just over any connection, but now to make it more secure and easier to handle, they recently opted into sending all requests over OAuth1. Use the sample code they provide on their page and get the information from the request over JSON.

See https://developer.yahoo.com/weather/ for more information.[/quote]

You have to now create a Client ID and Client Secret. I was wondering if anyone knows how to implement this into the Xojo Yahoo Weather Example so it works again. The weather api was very handy. Any help would be greatly appreciated.