Alright found out some information...but first let's try something. I have the suspicion that if you use the following to try to verify your domain it may work:
APP URL:
http://www.app1.88pebbles.com/yostest.phpDOMAIN URL:
http://www.app1.88pebbles.comIf that works I will not be surprised...but at least it'll get you to the next step. Another alternative to get you started on the development is to create a desktop application. This will give you keys and skip the domain verification. Once you do that you're going to have to specify an empty string for the callback when you initialize your 3-legged OAuth session
CODE
$yahoo_session = YahooSession::requireSession(API_KEY, SHARED_SECRET, "", "");
The problem with that is you will lose the callback to your domain so once a user authorizes your application it will not automatically forward them back. This is definitely
not an official Yahoo! fix or workaround, and I just expose this so that you can begin development until the fix is put in place.
Speaking of the fix...I've discovered that there is a fix in place that's supposed to be coming for this. The fix is, unfortunately, at least a few months out.
That's probably the best I can offer at the current time. I hope one of these solutions is adequate for your needs.
Jonathan LeBlanc
Senior Software Engineer
Yahoo! Developer Network
Twitter: jcleblanc
Hi Jon,
Any update on this issue?
Thanks,
Michael