Search the web
Sign In
New User? Sign Up
ydn-java · Yahoo! Java Developer Support Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
Why doesn't it matter what I put in for appid?   Message List  
Reply | Forward Message #9 of 27 |
So I'm just trying out Yahoo Web Services and there's something really
simple and basic that I'm confused about. I have an appid and the
example I'm trying does require that I specify an appid but it doesn't
seem to care what it is or even if it is valid.

Looking at http://developer.yahoo.com/java/howto-reqRestJava.html and
the example YahooWebServiceGet.java

The example has
String request = "http://search.yahooapis.com/WebSearchService/V1/
webSearch?appid=YahooDemo&query=madonna&results=2";


I can replace appid with any random string and the example still
works. Shouldn't I have to put in the appid string for the appid I
defined.

This works ...

String request =
"http://search.yahooapis.com/WebSearchService/V1/
webSearch?appid=JUNK&query=pizza&results=2";

And this works ...
String request =
"http://weather.yahooapis.com/forecastrss?appid=MoreJUNK&p=94089";





Sun Sep 7, 2008 7:07 am

markcasimer
Offline Offline
Send Email Send Email

Forward
Message #9 of 27 |
Expand Messages Author Sort by Date

So I'm just trying out Yahoo Web Services and there's something really simple and basic that I'm confused about. I have an appid and the example I'm trying...
Ted Kubaska
markcasimer
Offline Send Email
Sep 8, 2008
5:17 pm

... Ted, it's a bit of a legacy design. Our terms of service require that developers register for a unique AppID (API Key) and use that as part of their...
Brian Cantoni
brian.cantoni
Online Now Send Email
Nov 11, 2008
5:42 pm
Advanced

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