<?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: A Facebook Connect plugin for symfony</title>
	<atom:link href="http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/</link>
	<description>Symfony, Php, Google Maps, Ajax</description>
	<lastBuildDate>Wed, 05 Oct 2011 21:27:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nikolay Traykov</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-817</link>
		<dc:creator>Nikolay Traykov</dc:creator>
		<pubDate>Tue, 04 Oct 2011 07:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-817</guid>
		<description>Like Travis I would like to know, how can I prompt the user for extended permissions on login?

Travis, did you figured out how this happen?


Cheers ;)</description>
		<content:encoded><![CDATA[<p>Like Travis I would like to know, how can I prompt the user for extended permissions on login?</p>
<p>Travis, did you figured out how this happen?</p>
<p>Cheers <img src='http://www.theodo.fr/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrMoins</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-763</link>
		<dc:creator>MrMoins</dc:creator>
		<pubDate>Tue, 29 Mar 2011 21:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-763</guid>
		<description>Hello,
le plugin a bien évoluer apparement depuis le début, mais malheureusement il manque de documentation, savez-vous ou je peux trouver des explications pour utiliser ce plugin au mieux ?
merci</description>
		<content:encoded><![CDATA[<p>Hello,<br />
le plugin a bien évoluer apparement depuis le début, mais malheureusement il manque de documentation, savez-vous ou je peux trouver des explications pour utiliser ce plugin au mieux ?<br />
merci</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michal CZ</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-667</link>
		<dc:creator>Michal CZ</dc:creator>
		<pubDate>Wed, 01 Dec 2010 10:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-667</guid>
		<description>This will make my next work very simple, THX!!</description>
		<content:encoded><![CDATA[<p>This will make my next work very simple, THX!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sela</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-665</link>
		<dc:creator>Sela</dc:creator>
		<pubDate>Mon, 15 Nov 2010 00:41:25 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-665</guid>
		<description>for the newer version of symfony I changed the security.yml in the module sfFacebookConnectAuth from off to false otherwise when click the facebook connect button it forwards to the login page and doesn&#039;t perform the action signin.</description>
		<content:encoded><![CDATA[<p>for the newer version of symfony I changed the security.yml in the module sfFacebookConnectAuth from off to false otherwise when click the facebook connect button it forwards to the login page and doesn&#8217;t perform the action signin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mandoy</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-664</link>
		<dc:creator>mandoy</dc:creator>
		<pubDate>Tue, 02 Nov 2010 09:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-664</guid>
		<description>hi fabrice,
ive installed your sfFacebookConnectPlugin in my app. However,

after i clicked the &#039;connect with facebook&#039; button it will redirected to this page &#039;http://local.cdi.com/frontend_dev.php/fb-connect/signin&#039;
and i received an error like this

Undefined property: Facebook::$api_client in D:\xampp\htdocs\cdi\portal\plugins\sfFacebookConnectPlugin\lib\sfFacebookConnect.class.php on line 30
Fatal error: Call to a member function fql_query() on a non-object in D:\xampp\htdocs\cdi\portal\plugins\sfFacebookConnectPlugin\lib\sfFacebookConnect.class.php on line 30



all:
  facebook:
    api_key: xxx
    api_secret: xxx
    api_id: xxx
    redirect_after_connect: false
    redirect_after_connect_url: &#039;&#039;
    connect_signin_url: &#039;sfFacebookConnectAuth/signin&#039;
    callback_url: &#039;http://localhost&#039;
    app_url: &#039;/my-app&#039;
    guard_adapter: ~
    js_framework: none # none, jQuery or prototype.
    ...
    ...
    ...
I enabled the modules
    enabled_modules:  [default, sfFacebookConnectAuth]
    
    
I think the Facebook class is not loaded properly. Do i have to instantiate the Facebook class again? 
Or have i miss something on my settings.
   
Any help is highly appreciated. 
Regards
mandoy</description>
		<content:encoded><![CDATA[<p>hi fabrice,<br />
ive installed your sfFacebookConnectPlugin in my app. However,</p>
<p>after i clicked the &#8216;connect with facebook&#8217; button it will redirected to this page &#8216;http://local.cdi.com/frontend_dev.php/fb-connect/signin&#8217;<br />
and i received an error like this</p>
<p>Undefined property: Facebook::$api_client in D:\xampp\htdocs\cdi\portal\plugins\sfFacebookConnectPlugin\lib\sfFacebookConnect.class.php on line 30<br />
Fatal error: Call to a member function fql_query() on a non-object in D:\xampp\htdocs\cdi\portal\plugins\sfFacebookConnectPlugin\lib\sfFacebookConnect.class.php on line 30</p>
<p>all:<br />
  facebook:<br />
    api_key: xxx<br />
    api_secret: xxx<br />
    api_id: xxx<br />
    redirect_after_connect: false<br />
    redirect_after_connect_url: &#8221;<br />
    connect_signin_url: &#8217;sfFacebookConnectAuth/signin&#8217;<br />
    callback_url: &#8216;http://localhost&#8217;<br />
    app_url: &#8216;/my-app&#8217;<br />
    guard_adapter: ~<br />
    js_framework: none # none, jQuery or prototype.<br />
    &#8230;<br />
    &#8230;<br />
    &#8230;<br />
I enabled the modules<br />
    enabled_modules:  [default, sfFacebookConnectAuth]</p>
<p>I think the Facebook class is not loaded properly. Do i have to instantiate the Facebook class again?<br />
Or have i miss something on my settings.</p>
<p>Any help is highly appreciated.<br />
Regards<br />
mandoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-663</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Wed, 27 Oct 2010 17:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-663</guid>
		<description>I finally packaged the github version of the plugin, so you can now install automatically the symfony 1.4-compatible version !</description>
		<content:encoded><![CDATA[<p>I finally packaged the github version of the plugin, so you can now install automatically the symfony 1.4-compatible version !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xavier P</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-662</link>
		<dc:creator>Xavier P</dc:creator>
		<pubDate>Sat, 09 Oct 2010 22:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-662</guid>
		<description>Hi!
i&#039;m starting the developpement of a website and i&#039;m very interested by your facebook connect plugin but can i use it with Symfony 1.4 ? Is it compatible ?

If someone have some experience about that i&#039;m interested !

Thanks by advance.

Xavier</description>
		<content:encoded><![CDATA[<p>Hi!<br />
i&#8217;m starting the developpement of a website and i&#8217;m very interested by your facebook connect plugin but can i use it with Symfony 1.4 ? Is it compatible ?</p>
<p>If someone have some experience about that i&#8217;m interested !</p>
<p>Thanks by advance.</p>
<p>Xavier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: goutham</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-650</link>
		<dc:creator>goutham</dc:creator>
		<pubDate>Sun, 24 Jan 2010 00:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-650</guid>
		<description>when can we expect a 1.4 version of this.</description>
		<content:encoded><![CDATA[<p>when can we expect a 1.4 version of this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-649</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Thu, 07 Jan 2010 08:41:43 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-649</guid>
		<description>I get 3 warnings saying that &quot;call-time pass-by-reference&quot; is deprecated:

line 215 in plugins/sfFacebookConnectPlugin/lib/sfFacebookGuardAdapter.class.php
lines 78 and 109 in plugins/sfFacebookConnectPlugin/lib/sfFacebookConnect.class.php

Seems like it is a problem as of PHP 5.3.0. Does removing the &amp;-symbol break anything? Thanks.</description>
		<content:encoded><![CDATA[<p>I get 3 warnings saying that &#8220;call-time pass-by-reference&#8221; is deprecated:</p>
<p>line 215 in plugins/sfFacebookConnectPlugin/lib/sfFacebookGuardAdapter.class.php<br />
lines 78 and 109 in plugins/sfFacebookConnectPlugin/lib/sfFacebookConnect.class.php</p>
<p>Seems like it is a problem as of PHP 5.3.0. Does removing the &amp;-symbol break anything? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabrice Bernhard</title>
		<link>http://www.theodo.fr/blog/2009/08/a-facebook-connect-plugin-for-symfony/comment-page-1/#comment-616</link>
		<dc:creator>Fabrice Bernhard</dc:creator>
		<pubDate>Tue, 10 Nov 2009 20:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://v2.theodo.fr/blog/?p=39#comment-616</guid>
		<description>Kieu Anh Tuan: a very thorough documentation is almost done! Should unfortunately be online end of december, but it will explain step by step how to configure your project for a Facebook app or Facebook Connect and also cover the most common problems Facebook developers face.

As for mobile-enabled sites, this is indeed planned but no fixed schedule yet on my side. You are welcome to contribute yourself if you think you will work on that soon :-)</description>
		<content:encoded><![CDATA[<p>Kieu Anh Tuan: a very thorough documentation is almost done! Should unfortunately be online end of december, but it will explain step by step how to configure your project for a Facebook app or Facebook Connect and also cover the most common problems Facebook developers face.</p>
<p>As for mobile-enabled sites, this is indeed planned but no fixed schedule yet on my side. You are welcome to contribute yourself if you think you will work on that soon <img src='http://www.theodo.fr/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

