<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Accessing a URL with Flex and YQL when there is no crossdomain.xml</title>
	<atom:link href="http://www.anujgakhar.com/2010/07/23/accessing-a-url-with-flex-and-yql-when-there-is-no-crossdomain-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2010/07/23/accessing-a-url-with-flex-and-yql-when-there-is-no-crossdomain-xml/</link>
	<description>My thoughts on ColdFusion, Flex and other RIA stuff....</description>
	<lastBuildDate>Wed, 08 Feb 2012 01:51:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Guillaume Garcia</title>
		<link>http://www.anujgakhar.com/2010/07/23/accessing-a-url-with-flex-and-yql-when-there-is-no-crossdomain-xml/comment-page-1/#comment-5565</link>
		<dc:creator>Guillaume Garcia</dc:creator>
		<pubDate>Mon, 04 Oct 2010 23:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=749#comment-5565</guid>
		<description>Waouh, neat stuff!!
It also works for JSON calls (spent some time to figure the syntax out, though) :
select * from html where url=&quot;http://www.agon-online.com/restserver/world_highscore/web_get_user_position?application_id=361DEC9C384AEFFCD6255C3F7B12F1E288691268&amp;leaderboard_id=0&amp;user_name=user_agon&quot;

Thanks for sharing this.

Best regards,
Guillaume</description>
		<content:encoded><![CDATA[<p>Waouh, neat stuff!!<br />
It also works for JSON calls (spent some time to figure the syntax out, though) :<br />
select * from html where url=&#8221;http://www.agon-online.com/restserver/world_highscore/web_get_user_position?application_id=361DEC9C384AEFFCD6255C3F7B12F1E288691268&amp;leaderboard_id=0&amp;user_name=user_agon&#8221;</p>
<p>Thanks for sharing this.</p>
<p>Best regards,<br />
Guillaume</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuj Gakhar</title>
		<link>http://www.anujgakhar.com/2010/07/23/accessing-a-url-with-flex-and-yql-when-there-is-no-crossdomain-xml/comment-page-1/#comment-5510</link>
		<dc:creator>Anuj Gakhar</dc:creator>
		<pubDate>Sun, 26 Sep 2010 15:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=749#comment-5510</guid>
		<description>Alan, sorry for the delay in reply. Can I have a look at your existing YQL? You can play around with YQL in the console http://developer.yahoo.com/yql/console/</description>
		<content:encoded><![CDATA[<p>Alan, sorry for the delay in reply. Can I have a look at your existing YQL? You can play around with YQL in the console <a href="http://developer.yahoo.com/yql/console/" rel="nofollow">http://developer.yahoo.com/yql/console/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.anujgakhar.com/2010/07/23/accessing-a-url-with-flex-and-yql-when-there-is-no-crossdomain-xml/comment-page-1/#comment-5471</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Tue, 21 Sep 2010 11:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/?p=749#comment-5471</guid>
		<description>I am new to YQL and now i can&#039;t figure out how to get data from a url which does not contain xml extension. For example:

Flat String:

http://www.instamapper.com/api?action=getPositions&amp;key=584014439054448247

Or JSON object:

http://www.instamapper.com/api?action=getPositions&amp;key=584014439054448247&amp;num=10&amp;format=json 

The returned result is a bunch of data. Could you please guide me how to write a YQL query to get it?

Thank you</description>
		<content:encoded><![CDATA[<p>I am new to YQL and now i can&#8217;t figure out how to get data from a url which does not contain xml extension. For example:</p>
<p>Flat String:</p>
<p><a href="http://www.instamapper.com/api?action=getPositions&#038;key=584014439054448247" rel="nofollow">http://www.instamapper.com/api?action=getPositions&#038;key=584014439054448247</a></p>
<p>Or JSON object:</p>
<p><a href="http://www.instamapper.com/api?action=getPositions&#038;key=584014439054448247&#038;num=10&#038;format=json" rel="nofollow">http://www.instamapper.com/api?action=getPositions&#038;key=584014439054448247&#038;num=10&#038;format=json</a> </p>
<p>The returned result is a bunch of data. Could you please guide me how to write a YQL query to get it?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

