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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 257 - 290 of 340   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
257
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....
Lewis Kenneth Spade
kenny.spade
Offline Send Email
Apr 4, 2008
12:43 am
258
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...
Joshua
jric
Online Now Send Email
Apr 8, 2008
10:45 pm
259
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...
Lewis Kenneth Spade
kenny.spade
Offline Send Email
Apr 9, 2008
5:26 pm
260
Thanks for the extra info. Will do!...
Joshua
jric
Online Now Send Email
Apr 9, 2008
6:05 pm
261
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...
boncey
Offline Send Email
Apr 20, 2008
8:26 pm
262
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...
Joshua
jric
Online Now Send Email
Apr 22, 2008
5:30 am
263
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....
boncey
Offline Send Email
Apr 22, 2008
8:28 am
264
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...
boncey
Offline Send Email
Apr 27, 2008
9:23 pm
265
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...
Joshua
jric
Online Now Send Email
Apr 28, 2008
9:26 pm
266
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...
boncey
Offline Send Email
Apr 29, 2008
12:34 am
267
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 ... ...
Joshua
jric
Online Now Send Email
Apr 30, 2008
5:30 am
268
Hi, I am calling event.getInfo on the following event ids. 30860, 471063, 470721, 468623, 423108, 428982, 450397, 399110, 423405, 342980 These are all...
boncey
Offline Send Email
Apr 30, 2008
8:49 am
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
Online Now Send Email
Sep 13, 2008
10:02 pm
Messages 257 - 290 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