[symfony-users] Re: sfEasyGMapPlugin: Mulitple maps on one page

2010-07-12 Thread Fabrice Bernhard
Ok so this is actually a working strategy ? I will implement it and name the function initialize 'intiialize_'.$map_name by default so that users don't need to actually change this parameter unless they need to. Concerning the javascript_name of the map, one soulution could be to generate automati

[symfony-users] Re: sfEasyGMapPlugin: Mulitple maps on one page

2010-07-09 Thread Fabrice Bernhard
Hi, indeed there might be some problems with two maps on the same page using the sfEasyGMapPlugin. First you will need to specify in the options a different "js_name" for your two maps. Then you might have to hack the "initialize" function and call it $this->getJsNamE().'_initialize' instead If

[symfony-users] Re: sfFacebookConnectPlugin cookie issues

2010-06-06 Thread Fabrice Bernhard
If you are doing a facebook application, with the recent complete redesign of the API, I recommend doing the javascript part manually. The plugin is still very interesting for the whole server-side part, but it will need some work to be actualised on the javascript-side. Help is welcome :-) Cheers

[symfony-users] Re: sfFacebookConnectPlugin - getCurrentFacebookUid() returns NULL

2010-06-03 Thread Fabrice Bernhard
The feed task should not be used anymore since Facebook deprecated feeds. The good solution is now indeed stream_publich() Cheers, Fabrice Bernhard On Jun 1, 12:51 pm, Maxime Teneur wrote: > Concerning feed streaming, you can have a look on a task implemented in the >

[symfony-users] Re: sfFacebookConnectPlugin - getCurrentFacebookUid() returns NULL

2010-06-01 Thread Fabrice Bernhard
Hi Raphael, there must be some cookie issue in your application. Setting the Facebook cookies can be very tricky, especially when dealing with iframes inside the Facebook canvasin Safari. Are you sure you have published the plugin's assets ? You also should not use the outdated filters which every

[symfony-users] Re: sfForkedDoctrineApplyPlugin with sfFacebookConnectPlugin

2010-05-30 Thread Fabrice Bernhard
en you develop i got > localhost domain and not a real one. do i miss something here? > > On 25 May 2010 16:32, Fabrice Bernhard wrote: > > > > > There is no reason they should conflict, just add the comumns to your > > schema as mentioned in the documentation. > > &

[symfony-users] Re: sfFacebookConnectPlugin error

2010-05-27 Thread Fabrice Bernhard
> I will try that.  Thanks, > > One thing i noticed that was said was that if you use > getSfGuardUserByFacebookSession then you cannot logout the user unless > facebook is logged out. No, this has nothing to do with this, it has to do with the FacebookRememberMeFilter. -- If you want to report

[symfony-users] Re: sfFacebookConnectPlugin error

2010-05-26 Thread Fabrice Bernhard
er class are in > there.  I do have myUser extending sfFacebookUser. > > I followed the tutorial pretty much > fromhttp://burgiblog.com/2009/09/18/developing-facebook-applications-with... > > On May 25, 6:31 am, Fabrice Bernhard wrote: > > > > > > > Don&#x

[symfony-users] Re: sfForkedDoctrineApplyPlugin with sfFacebookConnectPlugin

2010-05-25 Thread Fabrice Bernhard
There is no reason they should conflict, just add the comumns to your schema as mentioned in the documentation. Cheers, Fabrice On May 24, 11:31 pm, Sela wrote: > i noticed both of those plugins use  sf_guard_user_profile table with > different columns. how can i use it then? i got already the

[symfony-users] Re: sfFacebookConnectPlugin error

2010-05-25 Thread Fabrice Bernhard
Don't save the user if you don't have a facebook uid ! To get a valid facebook uid using the plugin you unfortunately need to be in a valid Facebook environment, either inside a Facebook frame for an FBML app with tester logged on Facebook or with a working Facebook Connect connection (ie: correct

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2010-02-16 Thread Fabrice Bernhard
org/more-with-symfony/1_4/en/12-Developing-for-Facebook > How do I know it's their first time, and how should I override the > default Signin function to do this? Well, that has nothing to do with symfony or Facebook, just develop what you need :-) Fabrice Bernhard -- http://www.theodo.fr --

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-29 Thread Fabrice Bernhard
frame. Fabrice On Dec 28, 2:15 pm, Andrés Cristi wrote: > Yes, i'm testing on an internet-accessible server. I will see if > there's something wrong on the configuration of the application on > facebook. > Thank's > > On 24 dic, 17:00, Fabrice Bernhard wrote

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-24 Thread Fabrice Bernhard
> > life of me. > > > I've followed all the instructions and cannot get this plugin to work > > using sfDoctrineGuardPlugin. > > > The facebook dialog appears and i can log into facebook, but the user > > is never added to the database. > > > I inst

[symfony-users] Re: sfFacebookConnectPlugin feature questions

2009-12-15 Thread Fabrice Bernhard
> Is there a way to set default user groups? > Currently, when a new sfGuardUser is created it calls > $this->setDefaultPermissions($sfGuardUser); and sets the permissions that > > have been defined in the app.ym. Is there a similar function > setDefaultGroups? > > I can easily write my own, I jus

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-08 Thread Fabrice Bernhard
FacebookConnectRememberMeFilter > > > #sfFacebookSecurity: > > #  class: sfFacebookSecurityFilter > > > cache:     ~ > > common:    ~ > > flash:     ~ > > execution: ~ > > > Thanks for your help. > > I've been struggling getting all th

[symfony-users] Re: Error using sfFacebookConnectPlugin and sfGuardPlugin

2009-12-03 Thread Fabrice Bernhard
Great you managed to solve your problem, although it would have been nice to actually see what you did wrong. Cheers, Fabrice -- http://www.theodo.fr -- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony

[symfony-users] Re: Easy gmap plugin icon

2009-11-26 Thread Fabrice Bernhard
Hi Steve, I had not seen that you had posted here before writing me an email. It is actually easy to customise an icon, the sample 6 shows you how to do it: http://svn.symfony-project.com/plugins/sfEasyGMapPlugin/branches/v3/modules/sfEasyGMapPlugin/actions/actions.class.php Alexandre, your comm

[symfony-users] Re: One Application, Several Domains, Shared session

2009-10-18 Thread Fabrice Bernhard
ransparent. Fabrice Bernhard -- http://www.theodo.fr --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe f