<?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: How to Post to Facebook&#8217;s &#8220;Stream&#8221; using Facebook Connect and XFBML</title>
	<atom:link href="http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/</link>
	<description>Web Development Tools, Ideas, Techniques and Resources</description>
	<lastBuildDate>Fri, 27 Aug 2010 17:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: chetan</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-318</link>
		<dc:creator>chetan</dc:creator>
		<pubDate>Thu, 12 Aug 2010 10:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-318</guid>
		<description>very good my friend

thats nice</description>
		<content:encoded><![CDATA[<p>very good my friend</p>
<p>thats nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aykut</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-303</link>
		<dc:creator>aykut</dc:creator>
		<pubDate>Fri, 04 Jun 2010 12:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-303</guid>
		<description>Thanks my friend. This one works just as I wanted...</description>
		<content:encoded><![CDATA[<p>Thanks my friend. This one works just as I wanted&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lincon Ribeiro</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-297</link>
		<dc:creator>Lincon Ribeiro</dc:creator>
		<pubDate>Wed, 05 May 2010 13:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-297</guid>
		<description>Great post! I was searching for something similar and your code really fits on my seek.

For those who don&#039;t know how to connect, I used the following code (note that the welcome message is in portuguese, but you can translate it =)):

function update_user_box() { 
                var user_box = document.getElementById(&quot;user&quot;); 
                // add in some XFBML. note that we set useyou=false so it doesn&#039;t display &quot;you&quot; 
                user_box.innerHTML = 
                    &quot;&quot; 
                    + &quot;&quot; 
                    + &quot;Bem-Vindo, . Você está logado na sua conta do Facebook.&quot; 
                    + &quot;&quot;;
                    
                document.getElementById(&quot;postValue&quot;).innerHTML = &#039;Postar&#039;;
                // because this is XFBML, we need to tell Facebook to re-process the document 
                FB.XFBML.Host.parseDomTree(); 
             }</description>
		<content:encoded><![CDATA[<p>Great post! I was searching for something similar and your code really fits on my seek.</p>
<p>For those who don&#8217;t know how to connect, I used the following code (note that the welcome message is in portuguese, but you can translate it =)):</p>
<p>function update_user_box() {<br />
                var user_box = document.getElementById(&#8220;user&#8221;);<br />
                // add in some XFBML. note that we set useyou=false so it doesn&#8217;t display &#8220;you&#8221;<br />
                user_box.innerHTML =<br />
                    &#8220;&#8221;<br />
                    + &#8220;&#8221;<br />
                    + &#8220;Bem-Vindo, . Você está logado na sua conta do Facebook.&#8221;<br />
                    + &#8220;&#8221;;</p>
<p>                document.getElementById(&#8220;postValue&#8221;).innerHTML = &#8216;Postar&#8217;;<br />
                // because this is XFBML, we need to tell Facebook to re-process the document<br />
                FB.XFBML.Host.parseDomTree();<br />
             }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Paulson</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-204</link>
		<dc:creator>Matthew Paulson</dc:creator>
		<pubDate>Wed, 17 Mar 2010 16:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-204</guid>
		<description>It&#039;s important to remember that XFBML/FB Connect and the tool-kit really serve two purposes. The toolkit is great for getting data from Facebook that you want to interact with via a server-side programming language (C#/VB). XFBML is great for hooking into Facebook&#039;s UI and creating various FBML elements such as posting.</description>
		<content:encoded><![CDATA[<p>It&#8217;s important to remember that XFBML/FB Connect and the tool-kit really serve two purposes. The toolkit is great for getting data from Facebook that you want to interact with via a server-side programming language (C#/VB). XFBML is great for hooking into Facebook&#8217;s UI and creating various FBML elements such as posting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-203</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Wed, 17 Mar 2010 16:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-203</guid>
		<description>Thanks, I&#039;ve been messing around with the ASP.NET Facebook Developers Toolkit which is worse than useless because of the lack of documentation.  I accomplished in 15 minutes what I spent 8 hours trying to do yesterday with that API.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve been messing around with the ASP.NET Facebook Developers Toolkit which is worse than useless because of the lack of documentation.  I accomplished in 15 minutes what I spent 8 hours trying to do yesterday with that API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paranoia</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-192</link>
		<dc:creator>Paranoia</dc:creator>
		<pubDate>Wed, 10 Feb 2010 15:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-192</guid>
		<description>Thanks a lot, this was very helpful and simple. It is so painful how useless the JS API documentation is...</description>
		<content:encoded><![CDATA[<p>Thanks a lot, this was very helpful and simple. It is so painful how useless the JS API documentation is&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jayesh</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-187</link>
		<dc:creator>Jayesh</dc:creator>
		<pubDate>Wed, 20 Jan 2010 12:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-187</guid>
		<description>Altimate article man .....thanks for saving my ass ! ...amezing ...keep writing . :)</description>
		<content:encoded><![CDATA[<p>Altimate article man &#8230;..thanks for saving my ass ! &#8230;amezing &#8230;keep writing . <img src='http://www.adventuresindevelopment.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tahirmakhdoom</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-185</link>
		<dc:creator>tahirmakhdoom</dc:creator>
		<pubDate>Fri, 08 Jan 2010 14:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-185</guid>
		<description>your posts are helpful to me thanx</description>
		<content:encoded><![CDATA[<p>your posts are helpful to me thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senthil.srinivasan</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-183</link>
		<dc:creator>senthil.srinivasan</dc:creator>
		<pubDate>Tue, 29 Dec 2009 14:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-183</guid>
		<description>Great Post man Keep it . Keep doing it. Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Great Post man Keep it . Keep doing it. Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajnish</title>
		<link>http://www.adventuresindevelopment.com/2009/11/08/how-to-post-to-facebooks-stream-using-facebook-connect-and-xfbml/comment-page-1/#comment-182</link>
		<dc:creator>rajnish</dc:creator>
		<pubDate>Tue, 29 Dec 2009 12:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.adventuresindevelopment.com/?p=154#comment-182</guid>
		<description>Hi Matthew,

i had used this code but i not got any popup to post data.

please check following code and correct it.





    

    Untitled Page
     



 
        

       
        function PostStory() {

            //init facebook
            FB_RequireFeatures([&quot;XFBML&quot;], function() {FB.Facebook.init(&#039;c30c11e9c7bf5bfe18de665792374762&#039;, &#039;http://localhost:1535/Facebook/xd_receiver.htm&#039;);

            FB.ensureInit(function() 
            {

                var message = &#039;I support Bill The Aircraft Carrier in the SpayDay Online Photo Contest! Will you vote for Bill The Aircraft Carrier?&#039;;
                var attachment = {
                    &#039;name&#039;: &#039;Vote for Bill The Aircraft Carrier!&#039;,
                    &#039;href&#039;: &#039;http://www.facebook.com/home.php?ref=home&#039;, &#039;caption&#039;: &#039;{*actor*} supports Bill The Aircraft Carrier in the SpayDay Online Photo Contest!&#039;,
                    &#039;description&#039;: &#039;Bill The Aircraft Carrier`s favorite thing to do is fight the Klingons, but sometimes gets in trouble because he/she likes to fight the Klingons. Bill The Aircraft Carrier makes me smile because... he has spock-like ears.&#039;,
                    &quot;media&quot;: [{ &quot;type&quot;: &quot;image&quot;, &quot;src&quot;: &quot;http://spayday.factor360.com/calendar_contest/images/69839_1.jpg&quot;, &quot;href&quot;: &quot;http://www.facebook.com/home.php?ref=home&quot;}]
                };
            
                var action_links = [{ &#039;text&#039;: &#039;Vote for Bill The Aircraft Carrier!&#039;, &#039;href&#039;: &#039;http://www.facebook.com/home.php?ref=home&#039;}];
                FB.Connect.streamPublish(message, attachment, action_links, null, &quot;Share your support for Bill The Aircraft Carrier!&quot;, callback, false, null);
                });
            });

            function callback(post_id, exception) {
                alert(&#039;Wall Post Complete&#039;);
            }


        }


     
    
        
        
        &lt;%----%&gt;
        &lt;%--  
            FB_RequireFeatures([&quot;XFBML&quot;], function(){ FB.Facebook.init(&quot;c30c11e9c7bf5bfe18de665792374762&quot;, &quot;http://localhost:1535/Facebook/xd_receiver.htm&quot;); }); 
        --%&gt;
        
        
       &lt;%--
            FB.init(&quot;c30c11e9c7bf5bfe18de665792374762&quot;, &quot;http://test.bigflix.com/xd_receiver.htm&quot;);
        --%&gt;
        &lt;a href=&#039;#&#039; rel=&quot;nofollow&quot;&gt;Post a story!&lt;/a&gt;
       
    
    
</description>
		<content:encoded><![CDATA[<p>Hi Matthew,</p>
<p>i had used this code but i not got any popup to post data.</p>
<p>please check following code and correct it.</p>
<p>    Untitled Page</p>
<p>        function PostStory() {</p>
<p>            //init facebook<br />
            FB_RequireFeatures(["XFBML"], function() {FB.Facebook.init(&#8216;c30c11e9c7bf5bfe18de665792374762&#8242;, &#8216;http://localhost:1535/Facebook/xd_receiver.htm&#8217;);</p>
<p>            FB.ensureInit(function()<br />
            {</p>
<p>                var message = &#8216;I support Bill The Aircraft Carrier in the SpayDay Online Photo Contest! Will you vote for Bill The Aircraft Carrier?&#8217;;<br />
                var attachment = {<br />
                    &#8216;name&#8217;: &#8216;Vote for Bill The Aircraft Carrier!&#8217;,<br />
                    &#8216;href&#8217;: &#8216;http://www.facebook.com/home.php?ref=home&#8217;, &#8216;caption&#8217;: &#8216;{*actor*} supports Bill The Aircraft Carrier in the SpayDay Online Photo Contest!&#8217;,<br />
                    &#8216;description&#8217;: &#8216;Bill The Aircraft Carrier`s favorite thing to do is fight the Klingons, but sometimes gets in trouble because he/she likes to fight the Klingons. Bill The Aircraft Carrier makes me smile because&#8230; he has spock-like ears.&#8217;,<br />
                    &#8220;media&#8221;: [{ "type": "image", "src": "http://spayday.factor360.com/calendar_contest/images/69839_1.jpg", "href": "http://www.facebook.com/home.php?ref=home"}]<br />
                };</p>
<p>                var action_links = [{ 'text': 'Vote for Bill The Aircraft Carrier!', 'href': 'http://www.facebook.com/home.php?ref=home'}];<br />
                FB.Connect.streamPublish(message, attachment, action_links, null, &#8220;Share your support for Bill The Aircraft Carrier!&#8221;, callback, false, null);<br />
                });<br />
            });</p>
<p>            function callback(post_id, exception) {<br />
                alert(&#8216;Wall Post Complete&#8217;);<br />
            }</p>
<p>        }</p>
<p>        &lt;%&#8212;-%&gt;<br />
        &lt;%&#8211;<br />
            FB_RequireFeatures(["XFBML"], function(){ FB.Facebook.init(&#8220;c30c11e9c7bf5bfe18de665792374762&#8243;, &#8220;http://localhost:1535/Facebook/xd_receiver.htm&#8221;); });<br />
        &#8211;%&gt;</p>
<p>       &lt;%&#8211;<br />
            FB.init(&#8220;c30c11e9c7bf5bfe18de665792374762&#8243;, &#8220;http://test.bigflix.com/xd_receiver.htm&#8221;);<br />
        &#8211;%&gt;<br />
        <a href='#' rel="nofollow">Post a story!</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
