
October 31st, 2006, 05:36 PM
|
 |
Contributing User
|
|
Join Date: Sep 2006
Location: Singapore
|
|
|
Latest changes to yahoo API [For the API Developers]
Yahoo has announced and urged the API developers to make changes to their request URL accordingly and point to yahooapis.com.
Put that simply, we will have to change the request url from:
Code:
http://api.search.yahoo.com/.....
to:
Code:
http://search.yahooapis.com/.....
They will only update the yahooapis.com in future so it is advisable to make changes in our applications.
FYI
Source:
http://developer.yahoo.net/blog/arc...found_a_ne.html
|