<?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: Using SSH Tunnels to develop Facebook Applications</title>
	<atom:link href="http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html</link>
	<description>Balls-in-the-air Entrepreneurship and Juggling.</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:36:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: will</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-1905</link>
		<dc:creator>will</dc:creator>
		<pubDate>Sat, 04 Feb 2012 22:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-1905</guid>
		<description>hi guys, 
do you know a way around this if remote port forwarding is disabled? thanks Will</description>
		<content:encoded><![CDATA[<p>hi guys,<br />
do you know a way around this if remote port forwarding is disabled? thanks Will</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-593</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-593</guid>
		<description>Really simple and works great.
Thanks a lot.
That will make facebook development much easier.</description>
		<content:encoded><![CDATA[<p>Really simple and works great.<br />
Thanks a lot.<br />
That will make facebook development much easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishek</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-565</link>
		<dc:creator>abhishek</dc:creator>
		<pubDate>Mon, 25 Jan 2010 05:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-565</guid>
		<description>Hi Joshua,

I was also trying my hand at heroku. (my first try at heroku, RoR and facebook app collectively)

A simple test program using Facebooker app is running quite nice on my dev env. And I have ported it to http://evntize.heroku.com/evntize
But now when I go to http://apps.facebook.com/evntize I see a blank page there. My canvas url is http://evntize.heroku.com/evntize
Facebooker.yml has public port as 80 local port as 3000 (not sure how can I check my local port though) have used my mail id (abhishek.mancoha@gmail.com) as my public_host_user_name

I am almost 100% sure that the problem is with the tunnel setup.
My first question is do I need to be running heroku rake facebooker:tunnel:background-start on heroku? Is it even possible because on lots of  blog post I have seen that heroku doesn’t support ssh and root access. Then how to go about it?

Do you have facebook app demo/video on  heroku?

Also I have included Facebooker in tmp\vendor\plugins of my app. Haven&#039;t been able to install rails plugin Facebooker on heroku was getting the wrong version of marshal file  on trying to install that?

Would be very thankful if you can help me out. Really want to go as fast as possible.</description>
		<content:encoded><![CDATA[<p>Hi Joshua,</p>
<p>I was also trying my hand at heroku. (my first try at heroku, RoR and facebook app collectively)</p>
<p>A simple test program using Facebooker app is running quite nice on my dev env. And I have ported it to <a href="http://evntize.heroku.com/evntize" rel="nofollow">http://evntize.heroku.com/evntize</a><br />
But now when I go to <a href="http://apps.facebook.com/evntize" rel="nofollow">http://apps.facebook.com/evntize</a> I see a blank page there. My canvas url is <a href="http://evntize.heroku.com/evntize" rel="nofollow">http://evntize.heroku.com/evntize</a><br />
Facebooker.yml has public port as 80 local port as 3000 (not sure how can I check my local port though) have used my mail id (abhishek.mancoha@gmail.com) as my public_host_user_name</p>
<p>I am almost 100% sure that the problem is with the tunnel setup.<br />
My first question is do I need to be running heroku rake facebooker:tunnel:background-start on heroku? Is it even possible because on lots of  blog post I have seen that heroku doesn’t support ssh and root access. Then how to go about it?</p>
<p>Do you have facebook app demo/video on  heroku?</p>
<p>Also I have included Facebooker in tmp\vendor\plugins of my app. Haven&#8217;t been able to install rails plugin Facebooker on heroku was getting the wrong version of marshal file  on trying to install that?</p>
<p>Would be very thankful if you can help me out. Really want to go as fast as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dbt</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-444</link>
		<dc:creator>dbt</dc:creator>
		<pubDate>Mon, 01 Jun 2009 08:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-444</guid>
		<description>You&#039;re not binding to a privileged port, that&#039;s only stuff under 1024.  So you don&#039;t need to log in as root to bind to 8090 at all.  Try it!</description>
		<content:encoded><![CDATA[<p>You&#39;re not binding to a privileged port, that&#39;s only stuff under 1024.  So you don&#39;t need to log in as root to bind to 8090 at all.  Try it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaneel</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-398</link>
		<dc:creator>shaneel</dc:creator>
		<pubDate>Mon, 26 Jan 2009 19:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-398</guid>
		<description>Thankyou very much , finally i have a hope to start with.
Well done.
Please be prepared for more questions ;)</description>
		<content:encoded><![CDATA[<p>Thankyou very much , finally i have a hope to start with.<br />
Well done.<br />
Please be prepared for more questions <img src='http://www.cognition.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-373</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Thu, 30 Oct 2008 11:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-373</guid>
		<description>Cool Blog!

I was doing it already though, without encryption... I don&#039;t see why this is useful.

My problem was how to work from work ;-)

Except from that, editing the files locally is something you can&#039;t compete with, although I&#039;m using mercurial as a source code repository, this way I&#039;m tracking changes and are able to remotely work on the project.</description>
		<content:encoded><![CDATA[<p>Cool Blog!</p>
<p>I was doing it already though, without encryption&#8230; I don&#8217;t see why this is useful.</p>
<p>My problem was how to work from work <img src='http://www.cognition.ca/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Except from that, editing the files locally is something you can&#8217;t compete with, although I&#8217;m using mercurial as a source code repository, this way I&#8217;m tracking changes and are able to remotely work on the project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Bolton</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-363</link>
		<dc:creator>Robin Bolton</dc:creator>
		<pubDate>Tue, 21 Oct 2008 00:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-363</guid>
		<description>Excellent tip.  Even with my current single command deployment process (Ant build file which calls rsync), your method will save loads of time during development.</description>
		<content:encoded><![CDATA[<p>Excellent tip.  Even with my current single command deployment process (Ant build file which calls rsync), your method will save loads of time during development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erez Segal</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-165</link>
		<dc:creator>Erez Segal</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-165</guid>
		<description>Amazing! This should be on the main page of the developers wiki!</description>
		<content:encoded><![CDATA[<p>Amazing! This should be on the main page of the developers wiki!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Facebook Application Development How-to: 11 Tips You Don&#8217;t Want to Miss &#124; Cognition</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-30</link>
		<dc:creator>Facebook Application Development How-to: 11 Tips You Don&#8217;t Want to Miss &#124; Cognition</dc:creator>
		<pubDate>Thu, 28 Feb 2008 07:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-30</guid>
		<description>[...] to have a second application, in developer mode, and mapped to a special port that forwards traffic to your local development machine through an ssh tunnel. Read my previous blog post on how to set this [...]</description>
		<content:encoded><![CDATA[<p>[...] to have a second application, in developer mode, and mapped to a special port that forwards traffic to your local development machine through an ssh tunnel. Read my previous blog post on how to set this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.cognition.ca/2007/11/using-ssh-tunnels-to-develop-facebook-applications.html/comment-page-1#comment-25</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 14 Feb 2008 20:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cognition.ca/?p=17#comment-25</guid>
		<description>Philipp Wassibauer over at Maptales has expanded on this with instructions for how to do this on a Windows machine, using Putty.

Check it out:

http://maptalesteam.blogspot.com/2008/02/ssh-tunnel-for-local-facebook-and.html</description>
		<content:encoded><![CDATA[<p>Philipp Wassibauer over at Maptales has expanded on this with instructions for how to do this on a Windows machine, using Putty.</p>
<p>Check it out:</p>
<p><a href="http://maptalesteam.blogspot.com/2008/02/ssh-tunnel-for-local-facebook-and.html" rel="nofollow">http://maptalesteam.blogspot.com/2008/02/ssh-tunnel-for-local-facebook-and.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

