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]...
I have a feeling that you're not really using HTTP POST. Please cut and paste the code that you're using. Note that pasting the url you provided into a...
Your usage as shown below is not a POST... but a GET. You do not mention the environment in which you are making the call. Simple rule - if you have the...
Thanks Bob for suggestion.I want to let u know that i m using .Net with C# environment to make call.if you know how to call with POST method,plz let me know....
I'm trying to write a solid php class to interface with upcoming.org, but I think I'm misunderstanding some concepts. First, I'll explain how I envision this...
Hi Guys Just a quick note to see if anyone from Upcoming will be around the next few days at SXSW Interactive. I'd love to catch up with some of the Upcoming...
I was hoping event.getInfo would have an attendee count for public events, it does not. The limitation with using event.getWatchList is that it only allows...
We believe that event.getInfo will return watchlist data for public events, but that the documentation is misleading. We have a filed a bug to fix the doc....
In doing tests with the API I am finding that event.getWatchlist is not returning anything: Calling method event.getWatchlist Call was successful, but no nodes...
I have just started to look at the api with a view to developing an in-house app synchronise with Upcoming. I have noticed that there does not appear to be a...
This is a great question. For now we do not support delete via the API. The best we can think of in the mean time is to use event.edit to make your event...
I would recommend not changing the stored title of the event, just the displayed title of the event. It will make it easier to go back and forth from...
Hi, I'm working at an application and I have some issues with adding events to user's account. When user post an event to my application, I want that event to...
I've just tried to add tags to an existing event through event.AddTags method. If I pass a tag sting with more than one tag e.g. 'music art' everything works...
We looked into this. For now, you can ignore the error, as the tag still gets added. We'll work on a fix so that this case doesn't return an error message....