I have searched google and stackoverflow many times, but I can't seem to find the answer. I am needing to get the current weather for my location using the yahoo api. Please don't suggest other apis as this is for work and I can't use anything else. I am getting the lat and long of the device, but I can't seem to find the proper URL for the request. Any help would be greatly appreciated. Also, if providing code, please do so in objective-c/iOS. I have looked through the documentation for the api, but I am not seeing what I need. I need to get the woeid so that I can then request the weather condition.
Thanks!