<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
	<title>YDN Java Forum RSS</title>
	<description><![CDATA[RSS stream for YDN's Java forum]]></description>
	<link>http://developer.yahoo.net/forum/index.php</link>
	<pubDate>Tue, 09 Feb 2010 18:56:55 -0800</pubDate>
	<ttl>99</ttl>
	<item>
		<title>How to process TimeStamp in chartapi.finance.yahoo.com</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4457</link>
		<description><![CDATA[Hi <br /> I am a J2ME developer I am new to YDN and I am using chartapi.finance.yahoo.com to calculate and display chart. <br /> My questions is how to convert TIMESTAMP value to a Java Date or Calendar Object ?..... <br /><br /><br /><br /><i>For Eg: URL GIVEN BELOW</i><br /><br /><b>http://chartapi.finance.yahoo.com/instrument/1.0/aapl/chartdata;type=quote;range=1d/csv/</b><br /><br /><u><!--coloro:#0000FF--><span style="color:#0000FF"><!--/coloro-->Its output will be<!--colorc--></span><!--/colorc--></u><br /><br />uri:/instrument/1.0/aapl/chartdata;type=quote;range=1d/csv/<br />ticker:aapl<br />unit:MIN<br />timezone:EST<br />gmtoffset:-18000<br />previous_close:199.2300<br />Timestamp:<!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->1265207400,1265230800<!--colorc--></span><!--/colorc--><br />labels:<!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->1265209200,1265212800,1265216400,1265220000,1265223600,1265227200,1265230800<!--colorc--></span><!--/colorc--><br />values:Timestamp,close,high,low,open,volume<br />close:194.7100,200.1600<br />high:194.9800,200.2000<br />low:194.4200,200.0300<br />open:194.7599,200.1600<br />volume:7100,678600<br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->1265207400<!--colorc--></span><!--/colorc-->,195.2600,195.4000,195.1000,195.1700,273700<br /><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->1265207460<!--colorc--></span><!--/colorc-->,195.0400,195.2700,194.9200,195.2300,127500<br />.........<br /><br /><br /> <!--sizeo:5--><span style="font-size:18pt;line-height:100%"><!--/sizeo--> <!--coloro:#FF00FF--><span style="color:#FF00FF"><!--/coloro--> How to convert values hilighted in RED to Date or calendar Object?...<!--colorc--></span><!--/colorc--><!--sizec--></span><!--/sizec--> <img src="http://developer.yahoo.net/forum/style_emoticons/default/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> <br /><br /><b><!--sizeo:3--><span style="font-size:12pt;line-height:100%"><!--/sizeo--><!--coloro:#FF8C00--><span style="color:#FF8C00"><!--/coloro-->I Tried this <br /><br />	Calendar cal=Calendar.getInstance();<br />	cal.setTime(new Date(1265207400));<br /><br />But unfortunatly cal value is set to  15/Jan/1970 15:26:47<!--colorc--></span><!--/colorc--><!--sizec--></span><!--/sizec-->.</b><br /> <br />  <br />    Yahoooooooooo Please Help.......<br /><br /> Zac  <img src="http://developer.yahoo.net/forum/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" />]]></description>
		<pubDate>Thu, 04 Feb 2010 05:09:50 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4457</guid>
	</item>
	<item>
		<title>How to process TimeStamp in chartapi.finance.yahoo.com</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4457</link>
		<description><![CDATA[Am I at right forum to ask these questions?...  <img src="http://developer.yahoo.net/forum/style_emoticons/default/huh.gif" style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" /> <br /><br /> Is there anyone who knows who to handle this issue?... <img src="http://developer.yahoo.net/forum/style_emoticons/default/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> <br /><br /> Thanks in Advance<br /><br /> Zac]]></description>
		<pubDate>Thu, 04 Feb 2010 05:09:50 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4457</guid>
	</item>
	<item>
		<title>yahoo finance api JAVA</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4410</link>
		<description><![CDATA[I would like to ask whether there is any kind Yahoo's API available in Java to use services like this screener <a href="http://screen.yahoo.com/stocks.html" rel="nofollow" target="ext">http://screen.yahoo.com/stocks.html</a><br />Thanks in advance]]></description>
		<pubDate>Sun, 31 Jan 2010 04:42:22 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4410</guid>
	</item>
	<item>
		<title>Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/html4/strict.dtd</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4313</link>
		<description><![CDATA[Hi guys,<br /><br />I tried to implement a BBauth login mechanism for my website, and i strictly followed what is written here:<br /><br /><a href="http://developer.yahoo.com/java/howto-BBauthJava.html" rel="nofollow" target="ext">http://developer.yahoo.com/java/howto-BBauthJava.html</a><br /><br />and eventually i can forward to the Yahoo login page, successfully login, click on the EULA Agree button, then<br />Yahoo returns to my website and at the moment i say:<br /><br />InputStream rstream = method.getResponseBodyAsStream();<br /><br />I get the following exception:<br /><br />java.io.IOException: Server returned HTTP response code: 503 for URL: <a href="http://www.w3.org/TR/html4/strict.dtd" rel="nofollow" target="ext">http://www.w3.org/TR/html4/strict.dtd</a><br />        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.jav<br />a:1261)<br />        at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity(Unkn<br />own Source)<br />        at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(Unknown Source)<br />        at com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(Unknown Source)<br /><br /><br />Has anyone else got the same problem?]]></description>
		<pubDate>Sat, 23 Jan 2010 02:44:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4313</guid>
	</item>
	<item>
		<title>Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/html4/strict.dtd</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=4313</link>
		<description><![CDATA[Is there some reason you are using BBAuth?  All of our services are now OAuth ready, and our recommendation is to use that method of authentication.<br /><br />Cheers!<br />Robyn Tippins <br /><a href="http://twitter.com/duzins" rel="nofollow" target="ext">@duzins on Twitter</a><br />Community Manager, YDN<br /><br /><div align='center'><a href="http://twitter.com/ydn" rel="nofollow" target="ext">Follow YDN on Twitter</a></div><i></i>]]></description>
		<pubDate>Sat, 23 Jan 2010 02:44:58 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=4313</guid>
	</item>
	<item>
		<title>Yahoo! TV Widget</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3645</link>
		<description>Whos is developing on this platform?</description>
		<pubDate>Tue, 01 Dec 2009 14:01:19 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3645</guid>
	</item>
	<item>
		<title>Yahoo! TV Widget</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3645</link>
		<description><![CDATA[Currently there are a series of developers and companies within the initial release stages of the platform.<br /><br />- Jon]]></description>
		<pubDate>Tue, 01 Dec 2009 14:01:19 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3645</guid>
	</item>
	<item>
		<title>com.yahoo.search.SearchException:</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3459</link>
		<description><![CDATA[Hallo,<br />I got an Exception<br /><br />Exception in thread "main" com.yahoo.search.SearchException: Error parsing XML response<br />	at com.yahoo.search.SearchClient.executeAndParse(SearchClient.java:185)<br /><br />Could sb. tell me what i did wrong?]]></description>
		<pubDate>Tue, 17 Nov 2009 01:58:42 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3459</guid>
	</item>
	<item>
		<title>com.yahoo.search.SearchException:</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3459</link>
		<description><![CDATA[Not really without more information.  Can you post your code that is causing the exception?  We won't be able to do much with just the error.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Tue, 17 Nov 2009 01:58:42 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3459</guid>
	</item>
	<item>
		<title>Yahoo Finance</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3426</link>
		<description><![CDATA[Hi<br />I need to write a method that searches a ticker in Yahoo Finance, and inserts all the results (URL's) into an ArrayList.<br />I've looked for Yahoo Finance API, but as far as I understood there it doesn't exist.<br /><br />Is there a simple way doing this?<br /><br />Thanks]]></description>
		<pubDate>Sat, 14 Nov 2009 17:33:19 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3426</guid>
	</item>
	<item>
		<title>Yahoo Finance</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3426</link>
		<description><![CDATA[YQL might be the best method for you to be able to do this.  You can make a request to a specific HTML page and capture page data via the xpath.  Here's an example of what I mean: <a href="http://developer.yahoo.com/yql/console/?q=select%20*%20from%20html%20where%20url%3D%22http%3A%2F%2Ffinance.yahoo.com%2Fq%3Fs%3Dyhoo%22%20and%0A%20%20%20%20%20%20xpath%3D%27%2F%2Fdiv%5b%40id%3D%22yfi_headlines%22%5d%2Fdiv%5b2%5d%2Ful%2Fli%2Fa%27" rel="nofollow" target="ext">http://developer.yahoo.com/yql/console/?q=...Ful%2Fli%2Fa%27</a><br /><br />You can just make a cURL or file_get_contents request to the REST query provided in the console after you hit test.<br /><br />Jonathan LeBlanc<br />Technology Evangelist<br />Yahoo! Developer Network<br />Twitter: <a href="http://twitter.com/jcleblanc" rel="nofollow" target="ext">jcleblanc</a>]]></description>
		<pubDate>Sat, 14 Nov 2009 17:33:19 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3426</guid>
	</item>
	<item>
		<title>Yahoo Finance</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3426</link>
		<description><![CDATA[hi do you provide yahoo finance api.<br />where can i find the documentation that a developer can see to use your api. i have been searching for that from so much of time and till now i dint got the clear documentation of full api available<br /><br />1&gt;see using this link i know i can get quotes<br /><br /><a href="http://download.finance.yahoo.com/d/quotes.csv?s=" rel="nofollow" target="ext">http://download.finance.yahoo.com/d/quotes.csv?s=</a><br />i came to know about flags then<br />2&gt;but how to look up the stock symbols. i dont find any api for that.<br /><br />is there is no any api for that]]></description>
		<pubDate>Sat, 14 Nov 2009 17:33:19 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3426</guid>
	</item>
	<item>
		<title>Yahoo Finance</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3426</link>
		<description><![CDATA[<!--quoteo(post=10355:date=Dec 10 2009, 11&#58;26 AM:name=lokesh)--><div class='quote'><div class='quotetop'>QUOTE <cite>(lokesh &#064; Dec 10 2009, 11&#58;26 AM) <a href="index.php?act=findpost&pid=10355"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->hi do you provide yahoo finance api.<br />where can i find the documentation that a developer can see to use your api. i have been searching for that from so much of time and till now i dint got the clear documentation of full api available<br /><br />1&gt;see using this link i know i can get quotes<br /><br /><a href="http://download.finance.yahoo.com/d/quotes.csv?s=" rel="nofollow" target="ext">http://download.finance.yahoo.com/d/quotes.csv?s=</a><br />i came to know about flags then<br />2&gt;but how to look up the stock symbols. i dont find any api for that.<br /><br />is there is no any api for that<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />Lokesh,<br /><br />YQL provides that api here: <a href="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D%22http%3A%2F%2Ffinance.yahoo.com%2Fq%3Fs%3Dyhoo%22%20and%0A%20%20%20%20%20%20xpath%3D'%2F%2Fdiv%5B%40id%3D%22yfi_headlines%22%5D%2Fdiv%5B2%5D%2Ful%2Fli%2Fa'&format=xml" rel="nofollow" target="ext">http://query.yahooapis.com/v1/public/yql?q...&format=xml</a>]]></description>
		<pubDate>Sat, 14 Nov 2009 17:33:19 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3426</guid>
	</item>
	<item>
		<title>Image search in processing</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=3164</link>
		<description><![CDATA[Hi,<br /><br />I'm doing an assignment on Processing 1.0 and need to search the web for images as per the users input. The search result can be just the URLs of the image files. I downloaded the Yahoo Search SDK pack but couldn't figure how to use it. Please help. <br /><br />Thanks,<br />Darshan.]]></description>
		<pubDate>Thu, 29 Oct 2009 21:00:53 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=3164</guid>
	</item>
	<item>
		<title>video formats supported by yahoo</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2965</link>
		<description><![CDATA[Hello ,<br /><br />i m working on one applciation in which i m pulling  lastest movie data succesfully using rss feed link( <u>http://rss.ent.yahoo.com/movies/top25trailers.xml</u> ) but the media file that i m getting is of flash which i m not able to play on mobile so please can any one let me know what are the different video formats that i can get from yahoo rss feed .is there some any there method to use rss feed to get the movie data with other video format excluding flash player format.<br />Thanks <br />Navneet Gupta.]]></description>
		<pubDate>Sat, 10 Oct 2009 01:45:28 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2965</guid>
	</item>
	<item>
		<title>UnknownHostException: api.search.yahoo.com</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2871</link>
		<description><![CDATA[when executing YahooWebServiceParseResults.java  i encountered following exception ........<br /><br />Exception in thread "main" java.net.UnknownHostException: api.search.yahoo.com<br />        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<br />        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)<br />        at java.net.Socket.connect(Socket.java:519)<br />        at java.net.Socket.connect(Socket.java:469)<br />        at java.net.Socket.&lt;init&gt;(Socket.java:366)<br />        at java.net.Socket.&lt;init&gt;(Socket.java:240)<br />        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket<br />(DefaultProtocolSocketFactory.java:80)<br />        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket<br />(DefaultProtocolSocketFactory.java:122)<br />        at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)<br />        at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDire<br />ctor.java:387)<br />        at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirecto<br />r.java:171)<br />        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)<br />        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)<br />        at javaapplication1.YahooWebServiceParseResults.main(YahooWebServiceParseResults.ja<br />va:50)<br /><br />please help .........]]></description>
		<pubDate>Tue, 29 Sep 2009 06:35:39 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2871</guid>
	</item>
	<item>
		<title>Excpetion in java while parsing XML yahoo web service  rest call</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2855</link>
		<description><![CDATA[Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory<br />        at org.apache.commons.httpclient.HttpClient.&lt;clinit&gt;(HttpClient.java:66)<br />        at javaapplication1.YahooWebServiceParseResults.main(YahooWebServiceParseResults.ja<br />va:43)<br />Caused by: java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory<br />        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)<br />        at java.security.AccessController.doPrivileged(Native Method)<br />        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)<br />        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)<br />        ... 2 more<br /><br /><br /><br />i recieved this exception while running the example file<b> YahooWebServiceParseResults.java</b> dwnloaded from the site.........<br />please help]]></description>
		<pubDate>Sun, 27 Sep 2009 08:53:06 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2855</guid>
	</item>
	<item>
		<title>Excpetion in java while parsing XML yahoo web service  rest call</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2855</link>
		<description><![CDATA[You have to add the dependencies commons-logging from <a href="http://commons.apache.org/logging/" rel="nofollow" target="ext">Apache Commons</a>. The current version will work "commons-logging-1.1.1"]]></description>
		<pubDate>Sun, 27 Sep 2009 08:53:06 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2855</guid>
	</item>
	<item>
		<title>Excpetion in java while parsing XML yahoo web service  rest call</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2855</link>
		<description><![CDATA[added commons-logging-1.1.1 .......<br />now the following msg is displayed:<br /><br /><br />Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException<br />        at org.apache.commons.httpclient.HttpMethodBase.&lt;init&gt;(HttpMethodBase.java:220)<br />        at org.apache.commons.httpclient.methods.GetMethod.&lt;init&gt;(GetMethod.java:89)<br />        at javaapplication1.YahooWebServiceParseResults.main(YahooWebServiceParseResults.ja<br />va:46)<br />Caused by: java.lang.ClassNotFoundException: org.apache.commons.codec.DecoderException<br />        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)<br />        at java.security.AccessController.doPrivileged(Native Method)<br />        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)<br />        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)<br />        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)<br />        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)<br />        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)<br />        ... 3 more<br />Java Result: 1]]></description>
		<pubDate>Sun, 27 Sep 2009 08:53:06 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2855</guid>
	</item>
	<item>
		<title>Excpetion in java while parsing XML yahoo web service  rest call</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2855</link>
		<description><![CDATA[to solve the aboce exception I added commons-codecs-1.4 package....now the following msg is displayed:<br />Exception in thread "main" java.net.UnknownHostException: api.search.yahoo.com<br />        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:177)<br />        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)<br />        at java.net.Socket.connect(Socket.java:519)<br />        at java.net.Socket.connect(Socket.java:469)<br />        at java.net.Socket.&lt;init&gt;(Socket.java:366)<br />        at java.net.Socket.&lt;init&gt;(Socket.java:240)<br />        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket<br />(DefaultProtocolSocketFactory.java:80)<br />        at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket<br />(DefaultProtocolSocketFactory.java:122)<br />        at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)<br />        at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDire<br />ctor.java:387)<br />        at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirecto<br />r.java:171)<br />        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)<br />        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)<br />        at javaapplication1.YahooWebServiceParseResults.main(YahooWebServiceParseResults.ja<br />va:49)<br /><br />has anyone been able to run the sample code "YahooWebServiceParseResults.java"......<br />please help.!!!!!!!!!]]></description>
		<pubDate>Sun, 27 Sep 2009 08:53:06 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2855</guid>
	</item>
	<item>
		<title>Excpetion in java while parsing XML yahoo web service  rest call</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2855</link>
		<description><![CDATA[Basically you have to add 3 libraries:<br /><br />commons-httpclient-3.1.jar (v4.0+ will not work)<br />commons-logging-1.1.1.jar<br />commons-codec-1.4.jar]]></description>
		<pubDate>Sun, 27 Sep 2009 08:53:06 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2855</guid>
	</item>
	<item>
		<title>Excpetion in java while parsing XML yahoo web service  rest call</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2855</link>
		<description><![CDATA[<!--quoteo(post=8134:date=Sep 29 2009, 05&#58;39 AM:name=Anoop K)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Anoop K &#064; Sep 29 2009, 05&#58;39 AM) <a href="index.php?act=findpost&pid=8134"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Basically you have to add 3 libraries:<br /><br />commons-httpclient-3.1.jar (v4.0+ will not work)<br />commons-logging-1.1.1.jar<br />commons-codec-1.4.jar<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br />done that<br />still following exception!!!!!!!!!!  :: <br />.UnknownHostException: api.search.yahoo.com]]></description>
		<pubDate>Sun, 27 Sep 2009 08:53:06 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2855</guid>
	</item>
	<item>
		<title>Yahoo API for local search</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2412</link>
		<description><![CDATA[Hi<br /><br />Is there any Yahoo! API to search in a local collection? In other words I want to use Yahoo search API to search within a collection located on my hard-disk instead of searching in Yahoo web collection.<br /><br />Thanks]]></description>
		<pubDate>Thu, 13 Aug 2009 05:35:09 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2412</guid>
	</item>
	<item>
		<title>Yahoo API for local search</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=2412</link>
		<description><![CDATA[Farzad,<br /><br />No, that's not possible with our search APIs, sorry.<br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Thu, 13 Aug 2009 05:35:09 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=2412</guid>
	</item>
	<item>
		<title>Retriving contacts from Yahoo address book using java</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1982</link>
		<description><![CDATA[Hi... want to import contacts from yahoo address book using java. Been able to get wssid and cookie but not able to move further with the following code using java:-<br /><br /><br />String req ="http://address.yahooapis.com/api/ws/v1/searchContacts?"+<br />"format=xml&fields=name,email&appid="+appId+"&WSSID="+wssid;<br />Cookie cookie=new Cookie("Cookie",new String(Base64.encodeBase64(ycookie.getBytes())));<br /><br />HttpClient client = new HttpClient();<br />GetMethod method = new GetMethod(req);<br />response.addCookie(cookie);<br />// Send GET request<br />int statusCode = client.executeMethod(method);<br /><br />if (statusCode != HttpStatus.SC_OK) {<br />System.err.println("Method failed: " + method.getStatusLine());<br />out.println("method.getStatusLine()-&gt; "+method.getStatusLine());<br />}<br />InputStream rstream = null;<br /><br />// Get the response body<br />try {<br />rstream = method.getResponseBodyAsStream();<br />} catch (IOException e) {<br />// TODO Auto-generated catch block<br />e.printStackTrace();<br />out.println("e "+e);<br />}<br /><br />// Process the response from Yahoo! Web Services<br />BufferedReader br = new BufferedReader(new InputStreamReader(rstream));<br />String line;<br />while((line = br.readLine()) != null){%&gt;<br />&lt;tr&gt;<br />	&lt;td&gt;&lt;%=line%&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;%}%&gt;<br />&lt;/table&gt;<br /><br />Executing the above code gives the following error:<br /><br />method.getStatusLine()-&gt; HTTP/1.1 403 Forbidden <br /><br />Hope to hear soon from your side.......]]></description>
		<pubDate>Tue, 30 Jun 2009 04:25:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1982</guid>
	</item>
	<item>
		<title>Retriving contacts from Yahoo address book using java</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1982</link>
		<description><![CDATA[hey even I am facing the same problem...I initially thought that I was not setting the cookie properly, but seems like thats not the case. Please let me know if you could find any solution to this problem.<br /><br />Avan]]></description>
		<pubDate>Tue, 30 Jun 2009 04:25:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1982</guid>
	</item>
	<item>
		<title>Retriving contacts from Yahoo address book using java</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1982</link>
		<description><![CDATA[The same problem is with me too, getting same error<br />In case you people find any solution, please share it across.<br />Thanks in advance...]]></description>
		<pubDate>Tue, 30 Jun 2009 04:25:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1982</guid>
	</item>
	<item>
		<title>Retriving contacts from Yahoo address book using java</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1982</link>
		<description><![CDATA[Hey guys, i did the following thing and it worked like a charm!!!<br /><br />Remove these lines of code:<br /><b>Cookie cookie=new Cookie("Cookie",new String(Base64.encodeBase64(ycookie.getBytes())));<br />response.addCookie(cookie);</b><br /><br />As u see we have to send the cookie to the Yahoo! so we have to insert it in the HTTP Header just before calling the executeMethod() method.<br />use this line of code instead:<br /><br /><b>method.setRequestHeader("Cookie", ycookie);</b><br /><br />Hope this helps.<br /><br />Cheers,<br />Vikas]]></description>
		<pubDate>Tue, 30 Jun 2009 04:25:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1982</guid>
	</item>
	<item>
		<title>Retriving contacts from Yahoo address book using java</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1982</link>
		<description><![CDATA[<!--quoteo(post=5708:date=Jun 30 2009, 03&#58;25 AM:name=sal)--><div class='quote'><div class='quotetop'>QUOTE <cite>(sal &#064; Jun 30 2009, 03&#58;25 AM) <a href="index.php?act=findpost&pid=5708"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->Hi... want to import contacts from yahoo address book using java. Been able to get wssid and cookie but not able to move further with the following code using java:-<br /><br /><br />String req ="http://address.yahooapis.com/api/ws/v1/searchContacts?"+<br />"format=xml&fields=name,email&appid="+appId+"&WSSID="+wssid;<br />Cookie cookie=new Cookie("Cookie",new String(Base64.encodeBase64(ycookie.getBytes())));<br /><br />HttpClient client = new HttpClient();<br />GetMethod method = new GetMethod(req);<br />response.addCookie(cookie);<br />// Send GET request<br />int statusCode = client.executeMethod(method);<br /><br />if (statusCode != HttpStatus.SC_OK) {<br />System.err.println("Method failed: " + method.getStatusLine());<br />out.println("method.getStatusLine()-&gt; "+method.getStatusLine());<br />}<br />InputStream rstream = null;<br /><br />// Get the response body<br />try {<br />rstream = method.getResponseBodyAsStream();<br />} catch (IOException e) {<br />// TODO Auto-generated catch block<br />e.printStackTrace();<br />out.println("e "+e);<br />}<br /><br />// Process the response from Yahoo! Web Services<br />BufferedReader br = new BufferedReader(new InputStreamReader(rstream));<br />String line;<br />while((line = br.readLine()) != null){%&gt;<br />&lt;tr&gt;<br />	&lt;td&gt;&lt;%=line%&gt;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;%}%&gt;<br />&lt;/table&gt;<br /><br />Executing the above code gives the following error:<br /><br />method.getStatusLine()-&gt; HTTP/1.1 403 Forbidden <br /><br />Hope to hear soon from your side.......<!--QuoteEnd--></blockquote></div><!--QuoteEEnd--><br /><br /><br />Hi i'm kingsley,<br />Have u got the codings for getting the contactlist of yahoo using java.<br />If so plz send that to my emailID kingsley_samraj@yahoo.co.in]]></description>
		<pubDate>Tue, 30 Jun 2009 04:25:10 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1982</guid>
	</item>
	<item>
		<title>change email to keep gettng emails for this group</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1509</link>
		<description><![CDATA[now it has been moved do I need to change my email settings.<br />BTW welcome to YDN]]></description>
		<pubDate>Thu, 14 May 2009 15:45:45 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1509</guid>
	</item>
	<item>
		<title>change email to keep gettng emails for this group</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=1509</link>
		<description><![CDATA[We're trying to move all of our groups to the forum, so we can all benefit from having everything in one place.  There's an RSS feed at the bottom of the forum for this group if you'd like to subscribe, though email is not available via the forum yet.  If you'd rather use email to read these messages, you can use an RSS forwarding service to subscribe.  Full email support is on our roadmap.<br /><br />Robyn Tippins<br />Community Manager, YDN<br /><br /><!--quoteo(post=4534:date=May 14 2009, 02&#58;45 PM:name=Fulltimer)--><div class='quote'><div class='quotetop'>QUOTE <cite>(Fulltimer &#064; May 14 2009, 02&#58;45 PM) <a href="index.php?act=findpost&pid=4534"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->now it has been moved do I need to change my email settings.<br />BTW welcome to YDN<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Thu, 14 May 2009 15:45:45 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=1509</guid>
	</item>
	<item>
		<title>j2me</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=507</link>
		<description>please i want help on this i have j2me application it run on mobile but when i tried it on mobile i coudnt connect</description>
		<pubDate>Sat, 13 Dec 2008 02:11:59 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=507</guid>
	</item>
	<item>
		<title>j2me</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=507</link>
		<description><![CDATA[Omar, can you give me more information?  Is this a support request on a particular app? <br /><br />Robyn<br /><br /><!--quoteo(post=1459:date=Dec 13 2008, 02&#58;11 AM:name=omar h)--><div class='quote'><div class='quotetop'>QUOTE <cite>(omar h &#064; Dec 13 2008, 02&#58;11 AM) <a href="index.php?act=findpost&pid=1459"><{POST_SNAPBACK}></a></cite></div><blockquote class='quotemain'><!--quotec-->please i want help on this i have j2me application it run on mobile but when i tried it on mobile i coudnt connect<!--QuoteEnd--></blockquote></div><!--QuoteEEnd-->]]></description>
		<pubDate>Sat, 13 Dec 2008 02:11:59 -0800</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=507</guid>
	</item>
	<item>
		<title>Welcome to the Java board</title>
		<link>http://developer.yahoo.net/forum/index.php?showtopic=169</link>
		<description><![CDATA[Come on in and discuss Java and Y!APIs.  <img src="http://developer.yahoo.net/forum/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />Robyn Tippins<br />Community Manager, YDN]]></description>
		<pubDate>Tue, 30 Sep 2008 14:59:08 -0700</pubDate>
		<guid>http://developer.yahoo.net/forum/index.php?showtopic=169</guid>
	</item>
</channel>
</rss><!-- blog1.developer.re2.yahoo.com uncompressed/chunked Tue Feb  9 19:45:31 PST 2010 -->
