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...
Hi Guys Just a quick question: are there any plans to allow developers to, with the correct authentication, to call any friends.getEvents or similar? So, not...
I don't think the API can do it as easily as going like this: http://upcoming.yahoo.com/syndicate/v2/friend_events/74452 Not perfect I know, but let us know if...
We're also planning to release the exact API function for this feature after the holidays, mid-January. --josh ________________________________ From:...
Thanks all for your pointers: I had considered the RSS route -though, I'd rather do it 'right' :- ) Look forward to seeing the new API functions deployed next...
I'm building a Java client library for Yahoo's Upcoming REST API. The library is still under development. It does support retrieval of Events and Venues: ...
Looks like a good start. One thing; don't bother implementing Country, State, or Metro. They're deprecated. Use the magic 'location' parameter and just pass in...
According to Yahoo's developer documentation, GZIP compression is recommended for improving HTTP performance: http://developer.yahoo.com/performance/rules.html...
We (upcoming) have not enabled compression. This is likely something we should do -- thanks for pointing it out. For my edification, do you have any reason...
Using over 15 of the api's in Upcoming... and when calling event.add I receive a page not found error (404)??? here is a sample of my GET string... ...
Did you try POST? ... From: "Bob Logan" <loganbob@...> Sent: Sunday, December 28, 2008 11:14 AM To: yws-events@yahoogroups.com Subject: [yws-events]...