<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>PlaceFinder Product Announcements</title>
		<description>RSS feeds of forum</description>
		<link>http://developer.yahoo.com/forum</link>
		<pubDate>Sat, 18 May 2013 03:00:00 -0700</pubDate>
		<atom:link href="http://developer.yahoo.com/forum/feed" rel="self" type="application/rss+xml"/>
		<ttl>99</ttl>
		<item>
			<title><![CDATA[Re: http://where.yahooapis.com/geocode?appid=...&flags=P not returning serialized PHP but XML]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d/1349363553626</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PQIZSB5OBQHUO7DUBOYD3U5ACQ">duzins</a>

<p>The change was not intentional, and we have reverted it back. The current Placefinder service is shutting down on <a href="http://developer.yahoo.com/blogs/ydn/posts/2012/09/introducing-boss-geo-%E2%80%93-the-next-chapter-for-boss/">November 17th</a> but we will continue to support <a href="http://developer.yahoo.com/yql/console/?q=select%20*%20from%20geo.placefinder%20where%20text%3D%22sfo%22">our YQL table</a> for non-commercial applications that are limited to 2000 queries per day per developer. We recommend you transition your code to the YQL table if you are in this category.</p>]]></description>
			<dc:creator>duzins</dc:creator>
			<pubDate>Thu, 04 Oct 2012 08:12:33 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: http://where.yahooapis.com/geocode?appid=...&flags=P not returning serialized PHP but XML]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d/1349229323159</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=ETPHLXBR4RARAKTW7KD7XYQD7Q">Arn B</a>

<p>The problem was fixed sometime between 6PM EDT and 9:45PM EDT saving me from revising my code. Thank you Stephen for posting that solution. I wish Yahoo was as helpful as you. <br><br>Regarding the change to BOSS and a paid for model starting on Nov 12, 2012 how about Yahoo sending an Email to people using the interface! The conversion from Geocoder to Placefinder took me and many others by surprise, and I'm not in the mood for a repeat performance.<br><br></p>]]></description>
			<dc:creator>Arn B</dc:creator>
			<pubDate>Tue, 02 Oct 2012 18:55:23 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: http://where.yahooapis.com/geocode?appid=...&flags=P not returning serialized PHP but XML]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d/1349199433484</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=75UC7G66JVQ3DPGT5WTG6BWJUM">Stephen</a>

<p>We had a half dozen applications stop working today for the same reason. Don't know why, but a quick shift over to json_decode did the trick. Note that pulling the result out of the decoded array changed slightly.<br><br>(1) Change the flag sent from P to J<br><br>(2) $result_array = json_decode($reply_from_yahoo,TRUE);<br><br>(3) address_array = $result_array['ResultSet']['Result'];# formerly ['ResultSet']['Result'][0]<br><br>This free service seems to be disappearing on Nov 12. See: http://developer.yahoo.com/geo/placefinder/<br></p>]]></description>
			<dc:creator>Stephen</dc:creator>
			<pubDate>Tue, 02 Oct 2012 10:37:13 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[http://where.yahooapis.com/geocode?appid=...&flags=P not returning serialized PHP but XML]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/http-where-yahooapis-com-geocode-appid-flags-P-not-returning-serialized-PHP-but/1349181261898-870cf85e-dc2f-4291-92c5-41754397504d/1349181261898</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=PSMAF3HUGWPXHJFXPUBBTUFG7Q">Stephen</a>

<p>We have been using the above for over a year, Now it is returning XML instead of serialized PHP. Anybody know why?"</p>]]></description>
			<dc:creator>Stephen</dc:creator>
			<pubDate>Tue, 02 Oct 2012 05:34:21 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Does anyone from Yahoo monitor these threads?]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28/1319545331519</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=IABOXJ2PILHBYEGMAMOJRS7Y4Q">Seema</a>

<p>Dear Eddie, you have said that you typically receive a reply from Yahoo within 2 business days but that's not the case for my questions I have posted on forum about PlaceFinder API. Last time I posted a question, I got a reply after 21 days and now I have posted a question 4 days back and I have not received nay reply.<br><br></p>]]></description>
			<dc:creator>Seema</dc:creator>
			<pubDate>Tue, 25 Oct 2011 05:22:11 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Does anyone from Yahoo monitor these threads?]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28/1302627364000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=XOQ7LERAGL6KC2Y34TAJ7WLNLE">Rich</a>

<!--QuoteEEnd--><br><br>Thanks.  I sent two inquiries regarding a commercial service via the contact form and never received a reply.  Can you let me know the best way to reach someone regarding commercial services inquries?<br><br>Regards,<br>Rich]]></description>
			<dc:creator>Rich</dc:creator>
			<pubDate>Tue, 12 Apr 2011 09:56:04 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Re: Does anyone from Yahoo monitor these threads?]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28/1302626620000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=Q2QW6NZWL3QVS3YTMZBMC5BUVY">Eddie B</a>

<!--QuoteEEnd--><br><br>The PlaceFinder developer forums are monitored and replies are typically entered within 2 business days.  The YDN Contact Form is intended for messages concerning commercial services and product development.  Technical questions are handled through the developer forums.<br><br>Eddie Babcock<br>Yahoo! Geo Technologies]]></description>
			<dc:creator>Eddie B</dc:creator>
			<pubDate>Tue, 12 Apr 2011 09:43:40 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Does anyone from Yahoo monitor these threads?]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Does-anyone-from-Yahoo-monitor-these/1302279977000-0cfbb827-4e3a-3f8d-a89c-89233008ee28/1302279977000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=XOQ7LERAGL6KC2Y34TAJ7WLNLE">Rich</a>

<p>I have tried contacting via the placefinder contact form and never received a reply.   Is there any way to get in touch with someone at yahoo regarding this product?</p>]]></description>
			<dc:creator>Rich</dc:creator>
			<pubDate>Fri, 08 Apr 2011 09:26:17 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[YQL support for PlaceFinder]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/YQL-support-for-PlaceFinder/1286397655000-ee6d3a37-9dd8-3b21-b6c7-d56d68289d57</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/YQL-support-for-PlaceFinder/1286397655000-ee6d3a37-9dd8-3b21-b6c7-d56d68289d57/1286397655000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=Q2QW6NZWL3QVS3YTMZBMC5BUVY">Eddie B</a>

<p>Yahoo! Geo Technologies is pleased to announce the availability of PlaceFinder support in YQL.  The geo.placefinder table allows users to make requests to PlaceFinder via YQL queries.  The new table provides several different ways to access PlaceFinder.  A description of the supported requests and parameters can be retrieved using <a href="http://query.yahooapis.com/v1/public/yql?q=desc%20geo.placefinder&amp;appid=test" rel="nofollow" target="ext">http://query.yahooapis.com/v1/public/yql?q...&amp;appid=test</a>.  Here are a few examples:<br><br>Geocoding a street address (1600 Pennsylvania Ave, Washington, DC) using free-form input format: <!--c1--></p><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.placefinder%20where%20text%3D%221600%20Pennsylvania%20Ave%2C%20Washington%2C%20DC%22&amp;appid=test<!--c2--></code></pre>
</div><!--ec2--><br>Geocoding a street address (701 First Ave, Sunnyvale, CA 94089) using multi-line input format:<!--c1--><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.placefinder%20where%20line1%3D%22701%20First%20Ave%22%20and%20line2%3D%22Sunnyvale%2C%20CA%2094089%22&amp;appid=test<!--c2--></code></pre>
</div><!--ec2--><br>Geocoding an airport code (SFO):<!--c1--><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.placefinder%20where%20text%3D%22sfo%22&amp;appid=test<!--c2--></code></pre>
</div><!--ec2--><br>Geocoding a point of interest (POI) in French:<!--c1--><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.placefinder%20where%20text%3D%22Eiffel%20Tower%22%20and%20lang%3D%22fr%22&amp;appid=test<!--c2--></code></pre>
</div><!--ec2--><br>Reverse geocoding using geographic coordinates:<!--c1--><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.placefinder%20where%20text%3D%2237.416275%2C%20-122.025092%22%20and%20gflags%3D%22R%22&amp;appid=test<!--c2--></code></pre>
</div><!--ec2--><br>Geocoding a street address (701 First Ave, Sunnyvale, CA 94089) using parsed input format:<!--c1--><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20geo.placefinder%20where%20house%3D%22701%22%20and%20street%3D%22First%20Ave%22%20and%20city%3D%22Sunnyvale%22%20and%20state%3D%22CA%22%20and%20postal%3D%2294089%22&amp;appid=test<!--c2--></code></pre>
</div><!--ec2--><br>Determining the nearest cross streets and timezone for an address:<!--c1--><div class="code generic">
<div class="codetop">CODE</div>
<pre class="codemain"><code><!--ec1-->http://query.yahooapis.com/v1/public/yql?q=select%20line1%2C%20line2%2C%20line3%2C%20line4%2C%20cross%2C%20timezone%20from%20geo.placefinder%20where%20text%3D%22701%20First%20Ave%2C%20Sunnyvale%2C%20CA%22%20and%20flags%3D%22T%22%20and%20gflags%3D%22C%22&amp;appid=test<!--c2--></code></pre>
</div><!--ec2-->This example illustrates the YQL ability to select only specified fields from the response<br><br>We are currently updating the PlaceFinder user documentation to include detailed information about YQL support for PlaceFinder.<br><br>Eddie Babcock<br>Yahoo! Geo Technologies]]></description>
			<dc:creator>Eddie B</dc:creator>
			<pubDate>Wed, 06 Oct 2010 13:40:55 -0700</pubDate>
		</item>
		<item>
			<title><![CDATA[Welcome to the Product Announcements Forum]]></title>
			<link>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Welcome-to-the-Product-Announcements-Forum/1277421254000-11f17e9d-2063-3de6-9a5c-8cc6686483d2</link>
			<guid>http://developer.yahoo.com/forum/PlaceFinder-Product-Announcements/Welcome-to-the-Product-Announcements-Forum/1277421254000-11f17e9d-2063-3de6-9a5c-8cc6686483d2/1277421254000</guid>
			<description><![CDATA[Posted by <a href="http://developer.yahoo.com/forum/user?id=Q2QW6NZWL3QVS3YTMZBMC5BUVY">Eddie B</a>

<p>Welcome to the Product Announcements Forum for Yahoo! PlaceFinder. This is the place to learn about updated releases and new features added to PlaceFinder<br><br>PlaceFinder is a web service that translates street addresses and place names into geographic coordinates.  This translation is called geocoding, and it is an important feature to any location-aware application or service.  You can use PlaceFinder to provide you with additional information as well, such as formatted postal addresses, area codes, timezones, and WOEIDs.<br><br>PlaceFinder is a RESTful service, meaning that every input needed by the web service is passed in the URL.  PlaceFinder supports many parameters, so taking time to read the <a href="http://developer.yahoo.com/geo/placefinder/guide/" rel="nofollow" target="ext">documentation</a> would be worthwhile.</p>]]></description>
			<dc:creator>Eddie B</dc:creator>
			<pubDate>Thu, 24 Jun 2010 16:14:14 -0700</pubDate>
		</item>
	</channel>
</rss><!-- p1.ydn.bf1.yahoo.com uncompressed/chunked Sat May 18 03:00:00 PDT 2013 -->
