<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">
<channel>
	<title>Comments for Keyword Intellect</title>
	
	<link>http://www.keywordintellect.com</link>
	<description>A Blog about LAMP Web Design and Development</description>
	<lastBuildDate>Sun, 31 Jan 2010 02:24:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/keywordintellectcomments" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="keywordintellectcomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on Facebook Iframe Authentication Across Pages / Ajax Requests by ugur3d</title>
		<link>http://www.keywordintellect.com/facebook-development/facebook-iframe-authentication-across-pages-ajax-requests/comment-page-1/#comment-89</link>
		<dc:creator>ugur3d</dc:creator>
		<pubDate>Sun, 31 Jan 2010 02:24:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kirtlandventures.com/keywordintellect/?p=26#comment-89</guid>
		<description>Does this mean, that i have to filter this data before sending them via ajax (url) to the php page. So the php-page does not need to ask for session_key again?</description>
		<content:encoded><![CDATA[<p>Does this mean, that i have to filter this data before sending them via ajax (url) to the php page. So the php-page does not need to ask for session_key again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Set Up a Facebook Iframe Application in PHP in 5 minutes by Richa</title>
		<link>http://www.keywordintellect.com/facebook-development/how-to-set-up-a-facebook-iframe-application-in-php-in-5-minutes/comment-page-1/#comment-82</link>
		<dc:creator>Richa</dc:creator>
		<pubDate>Tue, 19 Jan 2010 06:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.keywordintellect.com/?p=40#comment-82</guid>
		<description>This is very useful to me but an error is coming which I do not know how to solve. Can u help me ?
This is error is coming when my application is loaded in facebook.
 
Warning: fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: No such host is known. in D:\xampp\htdocs\richa1fb\client\facebookapi_php5_restlib.php on line 1755</description>
		<content:encoded><![CDATA[<p>This is very useful to me but an error is coming which I do not know how to solve. Can u help me ?<br />
This is error is coming when my application is loaded in facebook.</p>
<p>Warning: fopen() [function.fopen]: php_network_getaddresses: getaddrinfo failed: No such host is known. in D:\xampp\htdocs\richa1fb\client\facebookapi_php5_restlib.php on line 1755</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using FBML in a Facebook Iframes Application With ServerFBML by Tim White</title>
		<link>http://www.keywordintellect.com/facebook-development/using-fbml-in-a-facebook-iframes-application-with-serverfbml/comment-page-1/#comment-65</link>
		<dc:creator>Tim White</dc:creator>
		<pubDate>Sat, 05 Dec 2009 22:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.keywordintellect.com/?p=61#comment-65</guid>
		<description>Thanks a lot for this, it really helped me out.  Since my app runs in the facebook canvas thing, I set the target="_top" attribute on my  element. It prevents the resulting page from getting loaded in the XFBML nested iframe.

This method also works with selective XFBML element rendering, ie when using:

FB.XFBML.Host.addElement(new FB.XFBML.ServerFBML(document.getElementById('fbmlDivId')));</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this, it really helped me out.  Since my app runs in the facebook canvas thing, I set the target=&#8221;_top&#8221; attribute on my  element. It prevents the resulting page from getting loaded in the XFBML nested iframe.</p>
<p>This method also works with selective XFBML element rendering, ie when using:</p>
<p>FB.XFBML.Host.addElement(new FB.XFBML.ServerFBML(document.getElementById(&#8216;fbmlDivId&#8217;)));</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook I-Frame App How To by selvakumar</title>
		<link>http://www.keywordintellect.com/facebook-development/facebook-i-frame-app-how-to/comment-page-1/#comment-63</link>
		<dc:creator>selvakumar</dc:creator>
		<pubDate>Fri, 04 Dec 2009 02:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.kirtlandventures.com/keywordintellect/?p=24#comment-63</guid>
		<description>Its look Great. The ajax part working fine also followed the url session varible. Its all looks fine. I can able to get the user id. But the the XFBL tag is not working.

I used following code on my ajax page. Its show nothig
&lt;fb:name uid="" useyou="false"&gt;!

If i use only   on my ajax page its getting the user id. It means everything works fine other than Xfbml tag. 

Can anyone help on this.

Regards
selvakumar</description>
		<content:encoded><![CDATA[<p>Its look Great. The ajax part working fine also followed the url session varible. Its all looks fine. I can able to get the user id. But the the XFBL tag is not working.</p>
<p>I used following code on my ajax page. Its show nothig<br />
&lt;fb:name uid=&quot;&#8221; useyou=&#8221;false&#8221;&gt;!</p>
<p>If i use only   on my ajax page its getting the user id. It means everything works fine other than Xfbml tag. </p>
<p>Can anyone help on this.</p>
<p>Regards<br />
selvakumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Iframe Authentication Across Pages / Ajax Requests by kumar</title>
		<link>http://www.keywordintellect.com/facebook-development/facebook-iframe-authentication-across-pages-ajax-requests/comment-page-1/#comment-62</link>
		<dc:creator>kumar</dc:creator>
		<pubDate>Thu, 26 Nov 2009 08:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kirtlandventures.com/keywordintellect/?p=26#comment-62</guid>
		<description>I have the same problem. Where i need to put the bellow code.

 $value) {
05.    if (strpos($key,"fb_sig")!==false) {
06.        if ($i!=0) $fbvars.= "&amp;";
07.        $fbvars.= "$key=$value";
08.        $i++;
09.    }
10.}
11. 
12.//then to link, just use $fbvars to add on to the query string of any link
13. 
14.?&gt;</description>
		<content:encoded><![CDATA[<p>I have the same problem. Where i need to put the bellow code.</p>
<p> $value) {<br />
05.    if (strpos($key,&#8221;fb_sig&#8221;)!==false) {<br />
06.        if ($i!=0) $fbvars.= &#8220;&amp;&#8221;;<br />
07.        $fbvars.= &#8220;$key=$value&#8221;;<br />
08.        $i++;<br />
09.    }<br />
10.}<br />
11.<br />
12.//then to link, just use $fbvars to add on to the query string of any link<br />
13.<br />
14.?&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Iframe Authentication Across Pages / Ajax Requests by Wilson V</title>
		<link>http://www.keywordintellect.com/facebook-development/facebook-iframe-authentication-across-pages-ajax-requests/comment-page-1/#comment-60</link>
		<dc:creator>Wilson V</dc:creator>
		<pubDate>Wed, 25 Nov 2009 02:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kirtlandventures.com/keywordintellect/?p=26#comment-60</guid>
		<description>Nice..i was looking for this for a long time. thanks. Godbless</description>
		<content:encoded><![CDATA[<p>Nice..i was looking for this for a long time. thanks. Godbless</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Iframe Authentication Across Pages / Ajax Requests by helloworlder</title>
		<link>http://www.keywordintellect.com/facebook-development/facebook-iframe-authentication-across-pages-ajax-requests/comment-page-1/#comment-57</link>
		<dc:creator>helloworlder</dc:creator>
		<pubDate>Mon, 09 Nov 2009 12:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kirtlandventures.com/keywordintellect/?p=26#comment-57</guid>
		<description>Thanks! You're the man! :-)</description>
		<content:encoded><![CDATA[<p>Thanks! You&#8217;re the man! <img src='http://www.keywordintellect.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Iframe Authentication Across Pages / Ajax Requests by Jon</title>
		<link>http://www.keywordintellect.com/facebook-development/facebook-iframe-authentication-across-pages-ajax-requests/comment-page-1/#comment-51</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kirtlandventures.com/keywordintellect/?p=26#comment-51</guid>
		<description>Facebook already passes these variables in the URL as GET variables when you pull up the canvas page anyway (right click to open up the iframe in it's own window and you will see them there). These variables are all public (your private key is still your own). If somebody bookmarks or shares a link with some old session info, worst case scenario is that they just have to log in to your app again.</description>
		<content:encoded><![CDATA[<p>Facebook already passes these variables in the URL as GET variables when you pull up the canvas page anyway (right click to open up the iframe in it&#8217;s own window and you will see them there). These variables are all public (your private key is still your own). If somebody bookmarks or shares a link with some old session info, worst case scenario is that they just have to log in to your app again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Iframe Authentication Across Pages / Ajax Requests by David Lee</title>
		<link>http://www.keywordintellect.com/facebook-development/facebook-iframe-authentication-across-pages-ajax-requests/comment-page-1/#comment-50</link>
		<dc:creator>David Lee</dc:creator>
		<pubDate>Wed, 28 Oct 2009 18:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kirtlandventures.com/keywordintellect/?p=26#comment-50</guid>
		<description>I'm concerned about doing this as it will put all the variables in the URL.  Some app users like to post urls to share with friends.  What are your thoughts about using POST or SESSION to pass the variables?</description>
		<content:encoded><![CDATA[<p>I&#8217;m concerned about doing this as it will put all the variables in the URL.  Some app users like to post urls to share with friends.  What are your thoughts about using POST or SESSION to pass the variables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Managing an Amazon EC2 Instance Using PuTTY SSH by DeepDown</title>
		<link>http://www.keywordintellect.com/amazon-web-services/managing-an-amazon-ec2-instance-using-putty-ssh/comment-page-1/#comment-46</link>
		<dc:creator>DeepDown</dc:creator>
		<pubDate>Fri, 23 Oct 2009 12:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.keywordintellect.com/?p=90#comment-46</guid>
		<description>Saved my day, thank you</description>
		<content:encoded><![CDATA[<p>Saved my day, thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.383 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-02-09 13:50:07 -->
