<?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: Facebook Apps with Google App Engine</title> <atom:link href="http://pythoughts.com/facebook-apps-with-google-app-engine/feed/" rel="self" type="application/rss+xml" /><link>http://pythoughts.com/facebook-apps-with-google-app-engine/</link> <description>Web Programming</description> <lastBuildDate>Sat, 19 May 2012 06:39:10 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>By: solkar</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-3901</link> <dc:creator>solkar</dc:creator> <pubDate>Sun, 12 Feb 2012 16:09:27 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-3901</guid> <description>I have tried your tutorial and it seems to work. When I load it on FB I cannot see anything but reaching the address on AppEngine the counter shows the visit from FB was counted.
Does Canvas.html need to show any special tags for FB to render it?</description> <content:encoded><![CDATA[<p>I have tried your tutorial and it seems to work. When I load it on FB I cannot see anything but reaching the address on AppEngine the counter shows the visit from FB was counted.</p><p>Does Canvas.html need to show any special tags for FB to render it?</p> ]]></content:encoded> </item> <item><title>By: Mohamed Khamis</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-3883</link> <dc:creator>Mohamed Khamis</dc:creator> <pubDate>Thu, 05 Jan 2012 14:23:15 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-3883</guid> <description>Hey, indeed that&#039;s the simplest tutorial for FB apps using GAE.. but I was googling for Facebook.txt and found that it is there: https://github.com/facebook/python-sdk
But it says there that it is deprecated :( any alternative to that?</description> <content:encoded><![CDATA[<p>Hey, indeed that&#8217;s the simplest tutorial for FB apps using GAE.. but I was googling for Facebook.txt and found that it is there: <a
href="https://github.com/facebook/python-sdk" rel="nofollow">https://github.com/facebook/python-sdk</a></p><p>But it says there that it is deprecated <img
src='http://pythoughts.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> any alternative to that?</p> ]]></content:encoded> </item> <item><title>By: Vindr K.</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-3879</link> <dc:creator>Vindr K.</dc:creator> <pubDate>Wed, 21 Dec 2011 19:18:44 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-3879</guid> <description>Does this method still work? Was trying to set up GAE and facebook and facebook now says I need to provide a secure URL (apparently this requirement came into effect from October 2011).</description> <content:encoded><![CDATA[<p>Does this method still work? Was trying to set up GAE and facebook and facebook now says I need to provide a secure URL (apparently this requirement came into effect from October 2011).</p> ]]></content:encoded> </item> <item><title>By: Arun</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-3172</link> <dc:creator>Arun</dc:creator> <pubDate>Tue, 20 Sep 2011 08:56:42 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-3172</guid> <description>Hey! You don&#039;t seem to have said anything about the fb APIs themselves :-) Here&#039;s a tutorial that I wrote to access the Graph API with python using only GAE modules. I think it would make a great addition to your tutorial (because I assume the reader has prior knowledge of GAE)
http://blog.arunbalan.in/2011/09/20/facebook-canvas-apps-with-python-on-google-app-engine-super-simplified/</description> <content:encoded><![CDATA[<p>Hey! You don&#8217;t seem to have said anything about the fb APIs themselves <img
src='http://pythoughts.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> Here&#8217;s a tutorial that I wrote to access the Graph API with python using only GAE modules. I think it would make a great addition to your tutorial (because I assume the reader has prior knowledge of GAE)</p><p><a
href="http://blog.arunbalan.in/2011/09/20/facebook-canvas-apps-with-python-on-google-app-engine-super-simplified/" rel="nofollow">http://blog.arunbalan.in/2011/09/20/facebook-canvas-apps-with-python-on-google-app-engine-super-simplified/</a></p> ]]></content:encoded> </item> <item><title>By: Jason</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-3160</link> <dc:creator>Jason</dc:creator> <pubDate>Fri, 26 Aug 2011 14:44:43 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-3160</guid> <description>I found the cause of the error.  Being a newbie, I took the code posted above at face value.  I don&#039;t know if it is just my browser or the manner in which the code is posted, but the Python code is not following Python indentation requirements.  Just reformat the code with proper Python indentation and it works fine.
At least it works fine on GAE.  The page works fine when I browse the .appspot.com page.  However, it just shows a blank iframe when I browse the apps.facebook.com/ page.
It does appear that the stat counter is incrementing when I browse the apps.facebook.com site.  The problem seems to be that the iframe is not displaying the canvas.html visually even though it appears to be handling the functionality of the stat counter.</description> <content:encoded><![CDATA[<p>I found the cause of the error.  Being a newbie, I took the code posted above at face value.  I don&#8217;t know if it is just my browser or the manner in which the code is posted, but the Python code is not following Python indentation requirements.  Just reformat the code with proper Python indentation and it works fine.</p><p>At least it works fine on GAE.  The page works fine when I browse the .appspot.com page.  However, it just shows a blank iframe when I browse the apps.facebook.com/ page.</p><p>It does appear that the stat counter is incrementing when I browse the apps.facebook.com site.  The problem seems to be that the iframe is not displaying the canvas.html visually even though it appears to be handling the functionality of the stat counter.</p> ]]></content:encoded> </item> <item><title>By: Jason</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-3159</link> <dc:creator>Jason</dc:creator> <pubDate>Thu, 25 Aug 2011 22:05:43 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-3159</guid> <description>Was a solution for this error ever found?  I&#039;m new to this and just trying it now and getting the same error:
&quot;Error: Server Error
The server encountered an error and could not complete your request.If the problem persists, please report your problem and mention this error message and the query that caused it.&quot;
For Michael suggestion to try and write a handler...  That&#039;s beyond my expertise at the moment.  This is why I am currently at this introductory tutorial.</description> <content:encoded><![CDATA[<p>Was a solution for this error ever found?  I&#8217;m new to this and just trying it now and getting the same error:<br
/> &#8220;Error: Server Error<br
/> The server encountered an error and could not complete your request.If the problem persists, please report your problem and mention this error message and the query that caused it.&#8221;</p><p>For Michael suggestion to try and write a handler&#8230;  That&#8217;s beyond my expertise at the moment.  This is why I am currently at this introductory tutorial.</p> ]]></content:encoded> </item> <item><title>By: Graeme</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-2314</link> <dc:creator>Graeme</dc:creator> <pubDate>Tue, 17 May 2011 14:24:09 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-2314</guid> <description>I guess it&#039;s been able to give people the confidence to get their first Facebook app set up, and show them how easy it is to have an app running from AppEngine, and post things to it. From there, they can read from the myriad of other, more advanced tutorials about how to establish a good Facebook App using Python.</description> <content:encoded><![CDATA[<p>I guess it&#8217;s been able to give people the confidence to get their first Facebook app set up, and show them how easy it is to have an app running from AppEngine, and post things to it. From there, they can read from the myriad of other, more advanced tutorials about how to establish a good Facebook App using Python.</p> ]]></content:encoded> </item> <item><title>By: Jorge</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-2312</link> <dc:creator>Jorge</dc:creator> <pubDate>Mon, 16 May 2011 02:31:52 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-2312</guid> <description>Except for the `import` statement, i don&#039;t see HOW this is a Facebook on AppEngine tutorial. :P</description> <content:encoded><![CDATA[<p>Except for the `import` statement, i don&#8217;t see HOW this is a Facebook on AppEngine tutorial. <img
src='http://pythoughts.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: krdeepak</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-2301</link> <dc:creator>krdeepak</dc:creator> <pubDate>Tue, 19 Apr 2011 21:41:59 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-2301</guid> <description>did u find a solution to this problem, btw how old is this blog post, i did not see any dates.</description> <content:encoded><![CDATA[<p>did u find a solution to this problem, btw how old is this blog post, i did not see any dates.</p> ]]></content:encoded> </item> <item><title>By: Michel</title><link>http://pythoughts.com/facebook-apps-with-google-app-engine/#comment-1748</link> <dc:creator>Michel</dc:creator> <pubDate>Mon, 14 Feb 2011 20:45:59 +0000</pubDate> <guid
isPermaLink="false">http://pythoughts.com/?p=10#comment-1748</guid> <description>@bob
Try write a handler that check&#039;s for both get/and post requests .. since most facebook requests are post ... as in use post instead of get ...</description> <content:encoded><![CDATA[<p>@bob<br
/> Try write a handler that check&#8217;s for both get/and post requests .. since most facebook requests are post &#8230; as in use post instead of get &#8230;</p> ]]></content:encoded> </item> </channel> </rss>
