Is there some kind of service issue with the Yahoo Address book API right now? I am trying to implement Addressbook API integration in the php webapp I'm working on but Yahoo keeps returning this 302 error.
I'm using the ybrowserauth.class.php5 file provided by Yahoo and calling makeAuthWSgetCall to the URL:
http://address.yahooapis.com/v1/searchCont...email.present=1What I receive back is:
<HTML>
<HEAD><TITLE>302 Moved Temporarily</TITLE></HEAD>
<BODY>
<H1>Moved Temporarily<H1>
<H4>
You are being redirected to a new location because:<P>
[code=BYPASSED_URL] The client request was forwarded directly to the origin server. No action is required.
</H4>
<HR>
</BODY>
</HTML>
Checking the HTML headers reveals that the Redirect is sending me to the same address I called makeAuthWSgetCall with.
What is going on?
Is Yahoo broken?