I am using the current Silverlight 2.0 beta to create an application that makes use of a cross domain access policy file to see whether access is allowed....
I imagine we could make it use crossdomain.xml as you suggest. That should be an easy fix, so if the rest of the team agrees, we'll put that in the queue for...
Yeah, either putting up an XML 404 or including a proper clientaccesspolicy.xml on the site would do it. I've included a sample clientaccesspolicy.xml below...
Hi, I can't see a way to set up more than one API key. When I visit http://upcoming.yahoo.com/services/api/keygen.php I see the key I already created and no...
It's not currently possible to associate more than one API key with a single Yahoo! user account. We should fix that! In any case, for now, recommend you get...
Hi, thanks for your reply. The obvious step of using another account hadn't occured to me, d'oh! I've now done that so my problem is sorted, thanks. ... key....
In the notes for the event.getInfo method it says something along the lines of non-US venues not having location data (specifically, geocodes). Are there any...
The documentation is out of date. We will give you non-US lat/lon with varying degrees of precision across the world. Thanks for pointing this out -- we need...
Hi, thanks for replying. I've done a few calls through the API for various UK and German locations and I never see latitude or longitude returned. I compared...
Can you possibly post some of the queries where you're seeing this? We're a bit surprised since (we think) we have good geo coverage in EU. Thanks, --josh ... ...
Hi, I am calling event.getInfo on the following event ids. 30860, 471063, 470721, 468623, 423108, 428982, 450397, 399110, 423405, 342980 These are all...
Just announcing the project I have been working on. It's an app that allows you to easily tag your Flickr photos with details of your Upcoming events. You sign...
Good Morning everyone. Doesn't seem to be a lot of activity in the group. I read through all of the posts in the last week or so. Does anyone have a "Hello...
What errors are you getting? This use case is common. ... group. I read through all ... World" for PHP that works? I ... errors. Just trying ... any help....
Thanks for responding. I get the error: Parse error: syntax error, unexpected '[', expecting ')' in /home/mysite/public_html/upcoming.php on line 23 I'm using...
Ah, yeah, looks like it hasn't been maintained. If someone has new hello-world code that works, we'll post it. Otherwise, I recommend you just build your own...
Does that pear Service need to be installed? I sent my host to that page and got a nastygram back. I'll look up the curl function and see if I can make it...
Depends upon your PHP installation. Try calling the curl function and see if PHP gives you an error about an undefined function. If so, you'll need to...
I made a test page from: http://blog.unitedheroes.net/curl/ Used the third example box down and used google.com instead of example.com and it returned: ...
I just tried the line: http://upcoming.org/services/api/keygen.php [KEY] instead of using google.com and receive a yahoo page with: Sorry, Bad Request. Your...
That url is not meant to be fetched via curl. Get your API key by pointing your web browser to http://upcoming.yahoo.com/services/api/keygen.php and fill out...
Nice, makes much more sense. I did get an error: <?xml version="1.0" encoding="UTF-8"?> <rsp stat="fail"> <error msg="Your api_key is inactive or not found....
Please post the exact url you're using. Make sure you're not including the angle brackets "<>" and you don't have any extraneous spaces or other characters. ...
Man am I dumb. Took the brackets out and got a white page but the source shows success(sort of): <?xml version="1.0" encoding="UTF-8"?> <rsp stat="ok"...
When adding a venue, I get the following error. Metros were phased out a few years ago. Is there a reason this is still required anywhere in the API? <rsp...