<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/" 
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
	xmlns:admin="http://webns.net/mvcb/" 
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/" 
	xmlns:atom="http://www.w3.org/2005/Atom">
	
	<channel>
	
		<title>Build a &#8220;To Do&#8221; Application with Sencha Touch, Sencha.io, and Facebook Integration</title>
		<link>http://www.sencha.com/blog/build-a-to-do-application-with-sencha-touch-senchaio-and-facebook</link>
		<description>In this article, we’ll show you how to take advantage of Sencha.io in a Sencha Touch application. We’ll use two of the Sencha.io services &amp;mdash; the User Login service to have users connect to the app via Facebook, and the Data service to store information.</description>
		<dc:language>en-us</dc:language>
		<dc:creator>jason.cline@sencha.com</dc:creator>
		<dc:rights>Copyright 2012</dc:rights>
		<dc:date>2012-06-26T17:46:32+00:00</dc:date>
		<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
		<atom:link href="http://www.sencha.com/blog/comments-rss/11727" rel="self" type="application/rss+xml" />
  
		
  
		<item>
      <title>Comment by Sharad Chandra</title>
      <description>How to append url in proxy. 
There are two variable strUserId and strPassword.where strUserId =Doe and strPassword =xyz.
my url is http://localhost:51047/SenchaTest/Default.aspx I hav.e to append url like below :&#45;
http://localhost:51047/SenchaTest/Default.aspx?Username=Doe &amp;amp;Password=xyz

Please suggest me as soon as posible.</description>
      <content:encoded><![CDATA[<p>How to append url in proxy. <br />
There are two variable strUserId and strPassword.where strUserId =Doe and strPassword =xyz.<br />
my url is <a href="http://localhost:51047/SenchaTest/Default.aspx">http://localhost:51047/SenchaTest/Default.aspx</a> I hav.e to append url like below :-<br />
<a href="http://localhost:51047/SenchaTest/Default.aspx?Username=Doe">http://localhost:51047/SenchaTest/Default.aspx?Username=Doe</a> &amp;Password=xyz</p>

<p>Please suggest me as soon as posible.</p>]]></content:encoded>
      <pubDate>Thu, 26 Jul 2012 16:02 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31890#date:16:02</guid>
    </item>
  
		<item>
      <title>Comment by Marcus</title>
      <description>Great example!&amp;nbsp; I&#8217;m working on something similar but I&#8217;m trying to use Windows Azure Access Control Service (ACS) for the Facebook authentication part. I&#8217;m having trouble getting it to work though, do you have any experience with Windows Azure ACS or know of anyone that has worked with Sencha Touch and Azure? Thanks Jason.</description>
      <content:encoded><![CDATA[<p>Great example!&nbsp; I&#8217;m working on something similar but I&#8217;m trying to use Windows Azure Access Control Service (ACS) for the Facebook authentication part. I&#8217;m having trouble getting it to work though, do you have any experience with Windows Azure ACS or know of anyone that has worked with Sencha Touch and Azure? Thanks Jason.</p>]]></content:encoded>
      <pubDate>Thu, 26 Jul 2012 15:45 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31888#date:15:45</guid>
    </item>
  
		<item>
      <title>Comment by Banner</title>
      <description>The &#8216;Sencha Touch application&#8217; is truly very useful to apply to create my own page. Thanks for giving every sketch of the steps. It&#8217;ll help to go forward with the right clue. Thanks Jason!</description>
      <content:encoded><![CDATA[<p>The &#8216;Sencha Touch application&#8217; is truly very useful to apply to create my own page. Thanks for giving every sketch of the steps. It&#8217;ll help to go forward with the right clue. Thanks Jason!</p>

]]></content:encoded>
      <pubDate>Sun, 01 Jul 2012 04:09 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31776#date:04:09</guid>
    </item>
  
		<item>
      <title>Comment by Jason Cline</title>
      <description>Hi Josh,

I&#8217;d be happy to help get you going.&amp;nbsp; If you don&#8217;t already have a forum account  http://www.sencha.com/forum you should sign up. It is a great resource for getting your Sencha related questions answered. 

As for your specific issue.&amp;nbsp; The current version of Sencha.io uses Websockets to maintain a realtime connection between the client and server. Websockets are a new technology that isn&#8217;t supported on all network environments. In particular many firewalls and proxies  prevent them from establishing or maintaining a connection. This is one possible explanation for what you are seeing.&amp;nbsp;  For the production release of Sencha.io we will be using a variety of network transports to ensure that all devices can connect to the servers and automatically select the best one available.

In the meantime if you could post the details about your test setup on the forum we would greatly appreciate it:

 http://www.sencha.com/forum/forumdisplay.php?94&#45;Sencha.io&#45;Community&#45;Forums</description>
      <content:encoded><![CDATA[<p>Hi Josh,</p>

<p>I&#8217;d be happy to help get you going.&nbsp; If you don&#8217;t already have a forum account  <a href="http://www.sencha.com/forum">http://www.sencha.com/forum</a> you should sign up. It is a great resource for getting your Sencha related questions answered. </p>

<p>As for your specific issue.&nbsp; The current version of Sencha.io uses Websockets to maintain a realtime connection between the client and server. Websockets are a new technology that isn&#8217;t supported on all network environments. In particular many firewalls and proxies  prevent them from establishing or maintaining a connection. This is one possible explanation for what you are seeing.&nbsp;  For the production release of Sencha.io we will be using a variety of network transports to ensure that all devices can connect to the servers and automatically select the best one available.</p>

<p>In the meantime if you could post the details about your test setup on the forum we would greatly appreciate it:</p>

<p> <a href="http://www.sencha.com/forum/forumdisplay.php?94-Sencha.io-Community-Forums">http://www.sencha.com/forum/forumdisplay.php?94-Sencha.io-Community-Forums</a></p>]]></content:encoded>
      <pubDate>Fri, 29 Jun 2012 15:39 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31773#date:15:39</guid>
    </item>
  
		<item>
      <title>Comment by Jason Cline</title>
      <description>Hi Dan,

Were you using the hosted example at http://sio&#45;todo.senchafy.com/ or were you using the tutorial to deploy your own copy?

If you were using http://sio&#45;todo.senchafy.com/ then you should not have seen a sencha.io login. 

I re&#45;tested on an my iphone 4s just now using that url and it worked as expected. But it is possible that uncovered a bug we haven&#8217;t seen yet. 

Also make sure that you weren&#8217;t in private browsing mode. We rely on localstorage which is disabled when you are in private browsing mode. 

We have a section on our community forums dedicated to supporting those who use  http://www.sencha.com/forum/forumdisplay.php?94&#45;Sencha.io&#45;Community&#45;Forums

If you could post more details about your test I&#8217;d be happy to help further debug the problem.</description>
      <content:encoded><![CDATA[<p>Hi Dan,</p>

<p>Were you using the hosted example at <a href="http://sio-todo.senchafy.com/">http://sio-todo.senchafy.com/</a> or were you using the tutorial to deploy your own copy?</p>

<p>If you were using <a href="http://sio-todo.senchafy.com/">http://sio-todo.senchafy.com/</a> then you should not have seen a sencha.io login. </p>

<p>I re-tested on an my iphone 4s just now using that url and it worked as expected. But it is possible that uncovered a bug we haven&#8217;t seen yet. </p>

<p>Also make sure that you weren&#8217;t in private browsing mode. We rely on localstorage which is disabled when you are in private browsing mode. </p>

<p>We have a section on our community forums dedicated to supporting those who use  <a href="http://www.sencha.com/forum/forumdisplay.php?94-Sencha.io-Community-Forums">http://www.sencha.com/forum/forumdisplay.php?94-Sencha.io-Community-Forums</a></p>

<p>If you could post more details about your test I&#8217;d be happy to help further debug the problem.</p>]]></content:encoded>
      <pubDate>Fri, 29 Jun 2012 14:51 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31772#date:14:51</guid>
    </item>
  
		<item>
      <title>Comment by Josh</title>
      <description>Hey Jason,

I am having a problem after I add the Sencha.io in. I am getting the error &#8220;Error during WebSocket handshake: &#8216;Connection&#8217; header value is not &#8216;Upgrade&#8217; &#8221; 

As I am still new to Sencha Touch and  even newer to using Sencha.io I have no clue as to what this error means. 

Any help would be really appreciated!</description>
      <content:encoded><![CDATA[<p>Hey Jason,</p>

<p>I am having a problem after I add the Sencha.io in. I am getting the error &#8220;Error during WebSocket handshake: &#8216;Connection&#8217; header value is not &#8216;Upgrade&#8217; &#8221; </p>

<p>As I am still new to Sencha Touch and  even newer to using Sencha.io I have no clue as to what this error means. </p>

<p>Any help would be really appreciated!</p>

]]></content:encoded>
      <pubDate>Fri, 29 Jun 2012 14:42 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31771#date:14:42</guid>
    </item>
  
		<item>
      <title>Comment by Dan</title>
      <description>Hi,

Nice tutorial, but the demo app doesn&#8217;t seem to work as expected (iPhone 4s)

I registered for an io account, typed a new task and hit enter then got a blank screen.

I refreshed the page and hit the login button to be told that I must login with Facebook &#45; after registering, why can&#8217;t I login with the account I just created?</description>
      <content:encoded><![CDATA[<p>Hi,</p>

<p>Nice tutorial, but the demo app doesn&#8217;t seem to work as expected (iPhone 4s)</p>

<p>I registered for an io account, typed a new task and hit enter then got a blank screen.</p>

<p>I refreshed the page and hit the login button to be told that I must login with Facebook - after registering, why can&#8217;t I login with the account I just created?</p>]]></content:encoded>
      <pubDate>Fri, 29 Jun 2012 10:47 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31769#date:10:47</guid>
    </item>
  
		<item>
      <title>Comment by cnc</title>
      <description>Hi Aditya,

Thanks for the clarification, I saw both the versions free downloadable ... do I need any permission for using the commercial version. What do u suggest which flavor a beginner should use for getting started Sencha.</description>
      <content:encoded><![CDATA[<p>Hi Aditya,</p>

<p>Thanks for the clarification, I saw both the versions free downloadable ... do I need any permission for using the commercial version. What do u suggest which flavor a beginner should use for getting started Sencha.</p>]]></content:encoded>
      <pubDate>Fri, 29 Jun 2012 08:28 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31768#date:08:28</guid>
    </item>
  
		<item>
      <title>Comment by Jason Cline</title>
      <description>Hi David,

Thank you for checking out the demo. Sencha Touch and Sencha.io are tightly integrated at the data layer. We need to update the io SDK to be compatible with the changes in 2.0.1.x.</description>
      <content:encoded><![CDATA[<p>Hi David,</p>

<p>Thank you for checking out the demo. Sencha Touch and Sencha.io are tightly integrated at the data layer. We need to update the io SDK to be compatible with the changes in 2.0.1.x.</p>]]></content:encoded>
      <pubDate>Fri, 29 Jun 2012 08:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31767#date:08:03</guid>
    </item>
  
		<item>
      <title>Comment by Dave Horan</title>
      <description>Jason, great example. Well done. Is there any specific things that need to be changed for it to work on ST 2.0.1.x? This more of a Touch issue, or an SDK issue at this point?</description>
      <content:encoded><![CDATA[<p>Jason, great example. Well done. Is there any specific things that need to be changed for it to work on ST 2.0.1.x? This more of a Touch issue, or an SDK issue at this point?</p>]]></content:encoded>
      <pubDate>Fri, 29 Jun 2012 03:55 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31765#date:03:55</guid>
    </item>
  
		<item>
      <title>Comment by Aditya Bansod</title>
      <description>@cnc&#8212;the GPL version  means the application you create needs to follow the rules of the GPL, such as open sourcing your application. The Commercial version means that you do not need to follow those rules and it&#8217;s much more like standard commercial software rules. The actual product is identical.</description>
      <content:encoded><![CDATA[<p>@cnc&#8212;the GPL version  means the application you create needs to follow the rules of the GPL, such as open sourcing your application. The Commercial version means that you do not need to follow those rules and it&#8217;s much more like standard commercial software rules. The actual product is identical.</p>]]></content:encoded>
      <pubDate>Thu, 28 Jun 2012 14:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31764#date:14:41</guid>
    </item>
  
		<item>
      <title>Comment by cnc</title>
      <description>Hi All,
I am new to Sencha, could any one tell me in short what are the differences between Commercial &amp;amp; GPL versions of Sencha.

Regards,
C</description>
      <content:encoded><![CDATA[<p>Hi All,<br />
I am new to Sencha, could any one tell me in short what are the differences between Commercial &amp; GPL versions of Sencha.</p>

<p>Regards,<br />
C</p>]]></content:encoded>
      <pubDate>Thu, 28 Jun 2012 11:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31763#date:11:14</guid>
    </item>
  
		<item>
      <title>Comment by Srinivasan Mohan</title>
      <description>Sweet &#45; Nice Job io team!</description>
      <content:encoded><![CDATA[<p>Sweet - Nice Job io team!</p>]]></content:encoded>
      <pubDate>Thu, 28 Jun 2012 05:41 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31762#date:05:41</guid>
    </item>
  
		<item>
      <title>Comment by Jason Cline</title>
      <description>Hi Jeff,

You need to be using Sencha Touch 2.0.0 for this example to work.&amp;nbsp; The example code was published on git before the release of 2.0.1.1</description>
      <content:encoded><![CDATA[<p>Hi Jeff,</p>

<p>You need to be using Sencha Touch 2.0.0 for this example to work.&nbsp; The example code was published on git before the release of 2.0.1.1</p>]]></content:encoded>
      <pubDate>Thu, 28 Jun 2012 00:57 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31761#date:00:57</guid>
    </item>
  
		<item>
      <title>Comment by Jeff Thurston</title>
      <description>Not working for me&#8230;.

Did:
git clone https://github.com/senchaio/sio&#45;todo&#45;app.git (worked)
git branch &#45;a (worked)
git checkout 00_basic_app (worked)
copied from Sencha (command folder, microloader folder, resources folder, src folder, version.txt, sencha&#45;touch.js, sencha&#45;touch&#45;all.js) 
Opened in browser receive the follow error in web inspector
GET http://localhost:8888/sio&#45;todo&#45;app/event/Dispatcher.js?_dc=1340833889080 404 (Not Found) Dispatcher.js
GET http://localhost:8888/sio&#45;todo&#45;app/event/publisher/Dom.js?_dc=1340833889082 404 (Not Found) Dom.js

These files are over in sdk/src/event in my project.</description>
      <content:encoded><![CDATA[<p>Not working for me&#8230;.</p>

<p>Did:<br />
git clone <a href="https://github.com/senchaio/sio-todo-app.git">https://github.com/senchaio/sio-todo-app.git</a> (worked)<br />
git branch -a (worked)<br />
git checkout 00_basic_app (worked)<br />
copied from Sencha (command folder, microloader folder, resources folder, src folder, version.txt, sencha-touch.js, sencha-touch-all.js) <br />
Opened in browser receive the follow error in web inspector<br />
GET <a href="http://localhost:8888/sio-todo-app/event/Dispatcher.js?_dc=1340833889080">http://localhost:8888/sio-todo-app/event/Dispatcher.js?_dc=1340833889080</a> 404 (Not Found) Dispatcher.js<br />
GET <a href="http://localhost:8888/sio-todo-app/event/publisher/Dom.js?_dc=1340833889082">http://localhost:8888/sio-todo-app/event/publisher/Dom.js?_dc=1340833889082</a> 404 (Not Found) Dom.js</p>

<p>These files are over in sdk/src/event in my project.</p>]]></content:encoded>
      <pubDate>Wed, 27 Jun 2012 21:59 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31758#date:21:59</guid>
    </item>
  
		<item>
      <title>Comment by Loiane</title>
      <description>Nice exemple! 
Thank you!</description>
      <content:encoded><![CDATA[<p>Nice exemple! <br />
Thank you!</p>]]></content:encoded>
      <pubDate>Wed, 27 Jun 2012 20:31 GMT</pubDate>
      <guid isPermaLink="false">http://www.sencha.com/blog//build-a-to-do-application-with-sencha-touch-senchaio-and-facebook#id:31757#date:20:31</guid>
    </item>
  
		
	</channel>
</rss>