<?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: displaying a &#8220;friend selector&#8221; in FBConnect application &#8211; a custom component for you</title>
	<atom:link href="http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/feed/" rel="self" type="application/rss+xml" />
	<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/</link>
	<description>thousands of app development recipes</description>
	<lastBuildDate>Wed, 28 Jul 2010 01:50:28 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: amesh</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-1712</link>
		<dc:creator>amesh</dc:creator>
		<pubDate>Wed, 07 Jul 2010 00:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-1712</guid>
		<description>This is a great tutorial, thank you. One nagging question I have been searching for is, how can I dynamically send a request in an iframe application? Is this possible or does an fb:request-form always need to be pre-rendered?</description>
		<content:encoded><![CDATA[<p>This is a great tutorial, thank you. One nagging question I have been searching for is, how can I dynamically send a request in an iframe application? Is this possible or does an fb:request-form always need to be pre-rendered?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zonathen</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-1198</link>
		<dc:creator>zonathen</dc:creator>
		<pubDate>Thu, 08 Apr 2010 04:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-1198</guid>
		<description>Thank you so much kind person!  You made my day!</description>
		<content:encoded><![CDATA[<p>Thank you so much kind person!  You made my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andres</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-525</link>
		<dc:creator>andres</dc:creator>
		<pubDate>Tue, 16 Feb 2010 14:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-525</guid>
		<description>i have it working now, i am just wondering how you process the friedn once they are selected, let&#039;s say you want to send them some kind of notification/email or something.
cheers.</description>
		<content:encoded><![CDATA[<p>i have it working now, i am just wondering how you process the friedn once they are selected, let&#8217;s say you want to send them some kind of notification/email or something.<br />
cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andres</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-524</link>
		<dc:creator>andres</dc:creator>
		<pubDate>Tue, 16 Feb 2010 14:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-524</guid>
		<description>i keep getting :Invalid API key specified

The application you are trying to access does not exist or has been disabled.

how do i fix that?
cheers,
Andres</description>
		<content:encoded><![CDATA[<p>i keep getting :Invalid API key specified</p>
<p>The application you are trying to access does not exist or has been disabled.</p>
<p>how do i fix that?<br />
cheers,<br />
Andres</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alifaziz</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-523</link>
		<dc:creator>alifaziz</dc:creator>
		<pubDate>Tue, 16 Feb 2010 10:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-523</guid>
		<description>thanks bro, it helped.</description>
		<content:encoded><![CDATA[<p>thanks bro, it helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arun.eee28</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-484</link>
		<dc:creator>arun.eee28</dc:creator>
		<pubDate>Wed, 25 Nov 2009 17:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-484</guid>
		<description>Hi Hasin,
Thanks for sharing the information. I have a requirement similar to this. After the friend selection, i want to send my application invites to them. For this, i was using fb:request form submit button but as you rightly pointed out, i dont have much control on that. When the fb:form submit is clicked , it opens up a confirm dalog box having the preview of the invite been sent. This confirmation box occupies some space in the page and if i click &quot;cancel&quot; , the white space created is not collapsing.How did u create the send invite interface. Did u create a button of your own ?</description>
		<content:encoded><![CDATA[<p>Hi Hasin,<br />
Thanks for sharing the information. I have a requirement similar to this. After the friend selection, i want to send my application invites to them. For this, i was using fb:request form submit button but as you rightly pointed out, i dont have much control on that. When the fb:form submit is clicked , it opens up a confirm dalog box having the preview of the invite been sent. This confirmation box occupies some space in the page and if i click &#8220;cancel&#8221; , the white space created is not collapsing.How did u create the send invite interface. Did u create a button of your own ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent Roman</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-481</link>
		<dc:creator>Vincent Roman</dc:creator>
		<pubDate>Tue, 17 Nov 2009 13:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-481</guid>
		<description>Hey Hasan.  Thanks for the post, but you do not stipulate how you are using this code, is it in a web page or as part of a template bundle?  Am trying to do something similar and want to try and keep the process within the series of overlays that FB produces. thanks Vincent =</description>
		<content:encoded><![CDATA[<p>Hey Hasan.  Thanks for the post, but you do not stipulate how you are using this code, is it in a web page or as part of a template bundle?  Am trying to do something similar and want to try and keep the process within the series of overlays that FB produces. thanks Vincent =</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: will</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-402</link>
		<dc:creator>will</dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-402</guid>
		<description>Hi Hasan

do you have constraints about people using this in their code? Like how do you want us to cite you?</description>
		<content:encoded><![CDATA[<p>Hi Hasan</p>
<p>do you have constraints about people using this in their code? Like how do you want us to cite you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpknight</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-198</link>
		<dc:creator>phpknight</dc:creator>
		<pubDate>Sat, 01 Aug 2009 04:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-198</guid>
		<description>hello Hasin i have used your code it works fine on my app but i want a friend selector in which you don&#039;t need to click on connect button. i want to show the friend selector on page load. i am new to facebook application and i have tried ways but not successful yet. so plz help me and tell me how can i do this</description>
		<content:encoded><![CDATA[<p>hello Hasin i have used your code it works fine on my app but i want a friend selector in which you don&#8217;t need to click on connect button. i want to show the friend selector on page load. i am new to facebook application and i have tried ways but not successful yet. so plz help me and tell me how can i do this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ace_ov_Spade</title>
		<link>http://fbcookbook.ofhas.in/2009/02/10/displaying-a-friend-selector-in-fbconnect-application-a-custom-component-for-you/comment-page-1/#comment-95</link>
		<dc:creator>Ace_ov_Spade</dc:creator>
		<pubDate>Sun, 01 Mar 2009 12:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://fbcookbook.ofhas.in/?p=183#comment-95</guid>
		<description>ami onek khon try korsilam nije.. pari nai.. 
thanks a lot for sharing it.</description>
		<content:encoded><![CDATA[<p>ami onek khon try korsilam nije.. pari nai..<br />
thanks a lot for sharing it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
