<?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: Google launches JavaScript API that allows you to write back</title>
	<atom:link href="http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: aumkii</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-274824</link>
		<dc:creator>aumkii</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-274824</guid>
		<description>hi

    i try to run this code but i got the error message like

    ” google.accounts is undefined ” please help me to authenticate the google

    my code is :

    logMeIn();
    function logMeIn() {
    scope = “http://www.google.com/calendar/feeds”;
    var token = google.accounts.user.login(scope);
    alert(token);

    }


please email me the Solution i need to authenticate the fiance Google finance API

my id : damu.be@gmail.com</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>    i try to run this code but i got the error message like</p>
<p>    ” google.accounts is undefined ” please help me to authenticate the google</p>
<p>    my code is :</p>
<p>    logMeIn();<br />
    function logMeIn() {<br />
    scope = “http://www.google.com/calendar/feeds”;<br />
    var token = google.accounts.user.login(scope);<br />
    alert(token);</p>
<p>    }</p>
<p>please email me the Solution i need to authenticate the fiance Google finance API</p>
<p>my id : <a href="mailto:damu.be@gmail.com">damu.be@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aumkii</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-274823</link>
		<dc:creator>aumkii</dc:creator>
		<pubDate>Fri, 31 Jul 2009 08:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-274823</guid>
		<description>hi 

i try to run this code but i got the error message like 

&quot; google.accounts is undefined &quot; please help me to authenticate the google 

my code is :


	logMeIn();	
function logMeIn() {
  scope = &quot;http://www.google.com/calendar/feeds&quot;;
   var token = google.accounts.user.login(scope);
    alert(token);

}

  </description>
		<content:encoded><![CDATA[<p>hi </p>
<p>i try to run this code but i got the error message like </p>
<p>&#8221; google.accounts is undefined &#8221; please help me to authenticate the google </p>
<p>my code is :</p>
<p>	logMeIn();<br />
function logMeIn() {<br />
  scope = &#8220;http://www.google.com/calendar/feeds&#8221;;<br />
   var token = google.accounts.user.login(scope);<br />
    alert(token);</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sav74sac</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-261744</link>
		<dc:creator>sav74sac</dc:creator>
		<pubDate>Sat, 01 Mar 2008 23:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-261744</guid>
		<description>That is great, but makes it a bit complicated when you take into account all the API conditions a developer will have to figure out to get a simple task done.

There is a service, AppPad &lt;a href=&quot;http://apppad.com&quot; rel=&quot;nofollow&quot;&gt;http://AppPad.com&lt;/a&gt;, which provides a much simpler way to store data without hosting/databases. (build &amp; host apps in Javascript)</description>
		<content:encoded><![CDATA[<p>That is great, but makes it a bit complicated when you take into account all the API conditions a developer will have to figure out to get a simple task done.</p>
<p>There is a service, AppPad <a href="http://apppad.com" rel="nofollow">http://AppPad.com</a>, which provides a much simpler way to store data without hosting/databases. (build &amp; host apps in Javascript)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Wilson</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255944</link>
		<dc:creator>Travis Wilson</dc:creator>
		<pubDate>Sat, 22 Sep 2007 17:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255944</guid>
		<description>&gt; &quot;I am excited about this, as it means that you can write a rich Ajax client that doesn&#039;t need server-side proxies to do these things&quot;

Someone is missing the usual point of server-side proxies, which is to control access to stateful services. This is the equivalent of opening your database ports directly to the world. There will always be stateless server-side proxies to data; it&#039;s the best way to scale connectivity, no matter what anyone develops on the client side.</description>
		<content:encoded><![CDATA[<p>&gt; &#8220;I am excited about this, as it means that you can write a rich Ajax client that doesn&#8217;t need server-side proxies to do these things&#8221;</p>
<p>Someone is missing the usual point of server-side proxies, which is to control access to stateful services. This is the equivalent of opening your database ports directly to the world. There will always be stateless server-side proxies to data; it&#8217;s the best way to scale connectivity, no matter what anyone develops on the client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DESIGNEXPANSE.COM</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255853</link>
		<dc:creator>DESIGNEXPANSE.COM</dc:creator>
		<pubDate>Fri, 21 Sep 2007 03:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255853</guid>
		<description>No doubt google always works for the best for their users. Google shows in their all the project the different approach normally which is not using anywhere. I have not even experience this but I am going to check this and hope this will be a great as well.</description>
		<content:encoded><![CDATA[<p>No doubt google always works for the best for their users. Google shows in their all the project the different approach normally which is not using anywhere. I have not even experience this but I am going to check this and hope this will be a great as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rektide</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255842</link>
		<dc:creator>rektide</dc:creator>
		<pubDate>Thu, 20 Sep 2007 19:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255842</guid>
		<description>i believe you could DIY all this with XHR already.  rather than improve the client libraries, i would have much preferred it if Google Data protocol now permitted JSON for submitting/posting/updating data.</description>
		<content:encoded><![CDATA[<p>i believe you could DIY all this with XHR already.  rather than improve the client libraries, i would have much preferred it if Google Data protocol now permitted JSON for submitting/posting/updating data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Decker</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255835</link>
		<dc:creator>Christian Decker</dc:creator>
		<pubDate>Thu, 20 Sep 2007 17:26:38 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255835</guid>
		<description>There seems to be a small error in the post: the code does not immediately log in, instead it logs you in when calling the logMeIn-function.
As for mikes comment: this looks similar to the OpenID phishing problem, I hope we get this fixed soon.</description>
		<content:encoded><![CDATA[<p>There seems to be a small error in the post: the code does not immediately log in, instead it logs you in when calling the logMeIn-function.<br />
As for mikes comment: this looks similar to the OpenID phishing problem, I hope we get this fixed soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikael bergkvist</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255832</link>
		<dc:creator>mikael bergkvist</dc:creator>
		<pubDate>Thu, 20 Sep 2007 16:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255832</guid>
		<description>By the way, it&#039;s a smalltimer, sure, but still, the http://www.widgetplus.com framework also allows read/write data and the managing/creation of new accounts.</description>
		<content:encoded><![CDATA[<p>By the way, it&#8217;s a smalltimer, sure, but still, the <a href="http://www.widgetplus.com" rel="nofollow">http://www.widgetplus.com</a> framework also allows read/write data and the managing/creation of new accounts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikael bergkvist</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255830</link>
		<dc:creator>mikael bergkvist</dc:creator>
		<pubDate>Thu, 20 Sep 2007 15:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255830</guid>
		<description>Somewhere along the way, we will all realise that you cant endlessly protect people anymore.
You might compare this to the street life in a city, at some point people will have to grow up and take care of themselves.
Developers can&#039;t do that for them in the long run.</description>
		<content:encoded><![CDATA[<p>Somewhere along the way, we will all realise that you cant endlessly protect people anymore.<br />
You might compare this to the street life in a city, at some point people will have to grow up and take care of themselves.<br />
Developers can&#8217;t do that for them in the long run.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Valand</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255826</link>
		<dc:creator>Tommy Valand</dc:creator>
		<pubDate>Thu, 20 Sep 2007 15:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255826</guid>
		<description>If I understood the talk correctly, you have to log in on the -actual- google-page -and- allow the service provider access to your data.</description>
		<content:encoded><![CDATA[<p>If I understood the talk correctly, you have to log in on the -actual- google-page -and- allow the service provider access to your data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://ajaxian.com/archives/google-launches-javascript-api-that-allows-you-to-write-back/comment-page-1#comment-255819</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Thu, 20 Sep 2007 14:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2801#comment-255819</guid>
		<description>Now all we have to do is wait for this sort of thing to become mainstream, and then create a fake Google login page and offer to &#039;import your calendar items&#039; and voila, you have someones Google account. 

I&#039;ll make a social website where you can show off your bank account balance, all I need you to do is click this link and enter your username and password. &quot;Easy money!&quot;</description>
		<content:encoded><![CDATA[<p>Now all we have to do is wait for this sort of thing to become mainstream, and then create a fake Google login page and offer to &#8216;import your calendar items&#8217; and voila, you have someones Google account. </p>
<p>I&#8217;ll make a social website where you can show off your bank account balance, all I need you to do is click this link and enter your username and password. &#8220;Easy money!&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

