Search the web
Sign In
New User? Sign Up
yws-events · Yahoo! Events/Upcoming Dev Support Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 269 - 302 of 340   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
269
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...
boncey
Offline Send Email
May 9, 2008
10:38 am
270
Just found Upcoming a few days ago and wanted to say hi. I saw the hello world script and will give it a go a bit later. Have a great day!...
ronfinaz
Offline Send Email
Jun 19, 2008
2:22 pm
271
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...
ronfinaz
Offline Send Email
Jun 23, 2008
3:18 pm
272
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....
Joshua
jric
Online Now Send Email
Jun 23, 2008
7:14 pm
273
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...
ronfinaz
Offline Send Email
Jun 24, 2008
8:09 pm
274
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...
Joshua
jric
Online Now Send Email
Jun 24, 2008
9:48 pm
275
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...
ronfinaz
Offline Send Email
Jun 25, 2008
3:30 am
276
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...
Joshua
jric
Online Now Send Email
Jun 25, 2008
4:58 am
277
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: ...
ronfinaz
Offline Send Email
Jun 25, 2008
2:42 pm
278
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...
ronfinaz
Offline Send Email
Jun 25, 2008
2:46 pm
279
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...
Joshua
jric
Online Now Send Email
Jun 25, 2008
3:07 pm
280
Oh, sorry. Have my API key and used it in my example. Have never used cURL so was just looking for a simple Hello World....
ronfinaz
Offline Send Email
Jun 25, 2008
3:14 pm
281
There is an example right on the top page of the API documentation, http://upcoming.yahoo.com/services/api/. Use...
Joshua
jric
Online Now Send Email
Jun 25, 2008
4:50 pm
282
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....
ronfinaz
Offline Send Email
Jun 25, 2008
8:59 pm
283
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. ...
Joshua
jric
Online Now Send Email
Jun 25, 2008
10:52 pm
284
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"...
ronfinaz
Offline Send Email
Jun 25, 2008
11:39 pm
285
I just posted the Hello World file I have nee working on from the curl eample I found....
ronfinaz
Offline Send Email
Jun 25, 2008
11:46 pm
290
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...
lhl_yinc
Offline Send Email
Sep 13, 2008
10:02 pm
291
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...
nikfletcher1
Offline Send Email
Nov 7, 2008
11:10 pm
292
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...
Vince
uvince
Offline Send Email
Nov 8, 2008
12:31 am
293
We're also planning to release the exact API function for this feature after the holidays, mid-January. --josh ________________________________ From:...
Joshua Richardson
jric
Online Now Send Email
Nov 8, 2008
12:42 am
294
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...
nikfletcher1
Offline Send Email
Nov 8, 2008
10:50 am
295
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: ...
jfireeagle
Offline Send Email
Dec 2, 2008
12:02 am
296
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...
neilk_yinc
Offline Send Email
Dec 2, 2008
12:31 am
297
Ah, never mind, that's what you're doing anyway. Carry on. ;)...
neilk_yinc
Offline Send Email
Dec 2, 2008
12:34 am
298
According to Yahoo's developer documentation, GZIP compression is recommended for improving HTTP performance: http://developer.yahoo.com/performance/rules.html...
jfireeagle
Offline Send Email
Dec 2, 2008
12:36 am
299
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...
Joshua
jric
Online Now Send Email
Dec 2, 2008
1:25 am
300
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... ...
Bob Logan
bob_logan51
Offline Send Email
Dec 28, 2008
7:13 pm
301
Did you try POST? ... From: "Bob Logan" <loganbob@...> Sent: Sunday, December 28, 2008 11:14 AM To: yws-events@yahoogroups.com Subject: [yws-events]...
Nancy Tubbs
nancytubbs
Offline Send Email
Dec 28, 2008
9:04 pm
302
I m creating an API which using Upcoming yahoo methods.i have tried with "Event.Add" method with following information : ...
awadheshyadav_07
awadheshyada...
Offline Send Email
Feb 24, 2009
4:32 am
Messages 269 - 302 of 340   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help